Html Css Color HEX #A00249 Jazzberry Jam

📋 copy color: '#A00249'

red 160 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #A00249

Tints of Jazzberry Jam #A00249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 68.09%
G = 0.85%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A00249 (or 0xA00249) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 49. RGB value is (160,2,73). Sum of RGB (Red+Green+Blue) = 160+2+73=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A00249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00249 is #5FFDB6. Grayscale: #393939. Windows color (decimal): -6290871 or 4784800. OLE color: 4784800.

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

Color convert

RGB 160 2 73 -
CMYK 0 0.99 0.54 0.37
HSL 333.04º 0.98% 0.32% -
HSV(B) 333.04º 0.99% 0.63% -
XYZ 15.72 8 7.02 -
YUV 57.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 160 2 73 0 0.99 0.54 0.37 333.04 0.98 0.32
Hex A0 2 49 0 63 36 25 14D 62 20
Octal 240 2 111 0 143 66 45 515 142 40
Binary 10100000 10 1001001 0 1100011 110110 100101 101001101 1100010 100000

Color Harmonies of #A00249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00249

Black with #A00249

Text Example


Text Example

White with #A00249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00249; }

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

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

background-color css

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

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

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

border-color css

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

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

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