Html Css Color HEX #A51458 Jazzberry Jam

📋 copy color: '#A51458'

red 165 ◦ green 20 ◦ blue 88

#A51458
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A51458

Tints of Jazzberry Jam #A51458

RGB

 RED value IS 165 (64.84% from 255) = 60.44%

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 60.44%
G = 7.33%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A51458 (or 0xA51458) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 58. RGB value is (165,20,88). Sum of RGB (Red+Green+Blue) = 165+20+88=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A51458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51458 is #5AEBA7. Grayscale: #464646. Windows color (decimal): -5958568 or 5772453. OLE color: 5772453.

HSL color Cylindrical-coordinate representation of color #A51458: hue angle of 331.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51458 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 88 -
CMYK 0 0.88 0.47 0.35
HSL 331.86º 0.78% 0.36% -
HSV(B) 331.86º 0.88% 0.65% -
XYZ 17.53 9.2 10.09 -
YUV 71.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 165 20 88 0 0.88 0.47 0.35 331.86 0.78 0.36
Hex A5 14 58 0 58 2F 23 14C 4E 24
Octal 245 24 130 0 130 57 43 514 116 44
Binary 10100101 10100 1011000 0 1011000 101111 100011 101001100 1001110 100100

Color Harmonies of #A51458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51458

Black with #A51458

Text Example


Text Example

White with #A51458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51458; }

 p { color: rgb(165,20,88); }

 H1.HeaderClassName
 {
   color: #A51458;
 }
 .AnyTagClassName
 {
   color: #A51458;
 }
</style>

background-color css

<style>
 a { background-color: #A51458; }

 a { background-color: rgb(165,20,88); }

 div.DivClassName
 {
   background-color: #A51458;
 }
 .BgClassName
 {
   background-color: #A51458;
 }
</style>

border-color css

<style>
 span { border-color: #A51458; }

 span { border-color: rgb(165,20,88); }

 td.TdClassName
 {
   border-color: #A51458;
 }
 .TagClassName
 {
   border-color: #A51458;
 }
</style>