Html Css Color HEX #A00849 Jazzberry Jam

📋 copy color: '#A00849'

red 160 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #A00849

Tints of Jazzberry Jam #A00849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 66.39%
G = 3.32%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A00849 (or 0xA00849) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 49. RGB value is (160,8,73). Sum of RGB (Red+Green+Blue) = 160+8+73=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A00849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00849 is #5FF7B6. Grayscale: #3C3C3C. Windows color (decimal): -6289335 or 4786336. OLE color: 4786336.

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

Color convert

RGB 160 8 73 -
CMYK 0 0.95 0.54 0.37
HSL 334.34º 0.9% 0.33% -
HSV(B) 334.34º 0.95% 0.63% -
XYZ 15.79 8.13 7.04 -
YUV 60.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 160 8 73 0 0.95 0.54 0.37 334.34 0.9 0.33
Hex A0 8 49 0 5F 36 25 14E 5A 21
Octal 240 10 111 0 137 66 45 516 132 41
Binary 10100000 1000 1001001 0 1011111 110110 100101 101001110 1011010 100001

Color Harmonies of #A00849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00849

Black with #A00849

Text Example


Text Example

White with #A00849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00849; }

 p { color: rgb(160,8,73); }

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

background-color css

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

 a { background-color: rgb(160,8,73); }

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

border-color css

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

 span { border-color: rgb(160,8,73); }

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