Html Css Color HEX #A40249 Jazzberry Jam

📋 copy color: '#A40249'

red 164 ◦ green 2 ◦ blue 73

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

Shades of Jazzberry Jam #A40249

Tints of Jazzberry Jam #A40249

RGB

 RED value IS 164 (64.45% from 255) = 68.62%

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

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

R = 68.62%
G = 0.84%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A40249 (or 0xA40249) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 49. RGB value is (164,2,73). Sum of RGB (Red+Green+Blue) = 164+2+73=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A40249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40249 is #5BFDB6. Grayscale: #3A3A3A. Windows color (decimal): -6028727 or 4784804. OLE color: 4784804.

HSL color Cylindrical-coordinate representation of color #A40249: hue angle of 333.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40249 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 73 -
CMYK 0 0.99 0.55 0.36
HSL 333.7º 0.98% 0.33% -
HSV(B) 333.7º 0.99% 0.64% -
XYZ 16.53 8.42 7.06 -
YUV 58.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 164 2 73 0 0.99 0.55 0.36 333.7 0.98 0.33
Hex A4 2 49 0 63 37 24 14E 62 21
Octal 244 2 111 0 143 67 44 516 142 41
Binary 10100100 10 1001001 0 1100011 110111 100100 101001110 1100010 100001

Color Harmonies of #A40249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40249

Black with #A40249

Text Example


Text Example

White with #A40249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40249; }

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

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

background-color css

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

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

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

border-color css

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

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

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