Html Css Color HEX #A00A59 Jazzberry Jam

📋 copy color: '#A00A59'

red 160 ◦ green 10 ◦ blue 89

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

Shades of Jazzberry Jam #A00A59

Tints of Jazzberry Jam #A00A59

RGB

 RED value IS 160 (62.89% from 255) = 61.78%

 GREEN value IS 10 (4.3% from 255) = 3.86%

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 61.78%
G = 3.86%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A00A59 (or 0xA00A59) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 59. RGB value is (160,10,89). Sum of RGB (Red+Green+Blue) = 160+10+89=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A59 is #5FF5A6. Grayscale: #3F3F3F. Windows color (decimal): -6288807 or 5835424. OLE color: 5835424.

HSL color Cylindrical-coordinate representation of color #A00A59: hue angle of 328.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A59 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 89 -
CMYK 0 0.94 0.44 0.37
HSL 328.4º 0.88% 0.33% -
HSV(B) 328.4º 0.94% 0.63% -
XYZ 16.41 8.41 10.21 -
YUV 63.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 160 10 89 0 0.94 0.44 0.37 328.4 0.88 0.33
Hex A0 A 59 0 5E 2C 25 148 58 21
Octal 240 12 131 0 136 54 45 510 130 41
Binary 10100000 1010 1011001 0 1011110 101100 100101 101001000 1011000 100001

Color Harmonies of #A00A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A59

Black with #A00A59

Text Example


Text Example

White with #A00A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A59; }

 p { color: rgb(160,10,89); }

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

background-color css

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

 a { background-color: rgb(160,10,89); }

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

border-color css

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

 span { border-color: rgb(160,10,89); }

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