Html Css Color HEX #A01249 Jazzberry Jam

📋 copy color: '#A01249'

red 160 ◦ green 18 ◦ blue 73

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

Shades of Jazzberry Jam #A01249

Tints of Jazzberry Jam #A01249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

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

R = 63.75%
G = 7.17%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A01249 (or 0xA01249) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 49. RGB value is (160,18,73). Sum of RGB (Red+Green+Blue) = 160+18+73=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A01249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01249 is #5FEDB6. Grayscale: #424242. Windows color (decimal): -6286775 or 4788896. OLE color: 4788896.

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

Color convert

RGB 160 18 73 -
CMYK 0 0.89 0.54 0.37
HSL 336.76º 0.8% 0.35% -
HSV(B) 336.76º 0.89% 0.63% -
XYZ 15.92 8.39 7.08 -
YUV 66.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 160 18 73 0 0.89 0.54 0.37 336.76 0.8 0.35
Hex A0 12 49 0 59 36 25 151 50 23
Octal 240 22 111 0 131 66 45 521 120 43
Binary 10100000 10010 1001001 0 1011001 110110 100101 101010001 1010000 100011

Color Harmonies of #A01249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01249

Black with #A01249

Text Example


Text Example

White with #A01249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01249; }

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

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

background-color css

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

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

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

border-color css

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

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

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