Html Css Color HEX #A40449 Jazzberry Jam

📋 copy color: '#A40449'

red 164 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #A40449

Tints of Jazzberry Jam #A40449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.66%

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

R = 68.05%
G = 1.66%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A40449 (or 0xA40449) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 49. RGB value is (164,4,73). Sum of RGB (Red+Green+Blue) = 164+4+73=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A40449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40449 is #5BFBB6. Grayscale: #3B3B3B. Windows color (decimal): -6028215 or 4785316. OLE color: 4785316.

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

Color convert

RGB 164 4 73 -
CMYK 0 0.98 0.55 0.36
HSL 334.13º 0.95% 0.33% -
HSV(B) 334.13º 0.98% 0.64% -
XYZ 16.56 8.46 7.06 -
YUV 59.71 135.51 202.39 -
System Red Green Blue C M Y K H S L
Decimal 164 4 73 0 0.98 0.55 0.36 334.13 0.95 0.33
Hex A4 4 49 0 62 37 24 14E 5F 21
Octal 244 4 111 0 142 67 44 516 137 41
Binary 10100100 100 1001001 0 1100010 110111 100100 101001110 1011111 100001

Color Harmonies of #A40449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40449

Black with #A40449

Text Example


Text Example

White with #A40449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40449; }

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

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

background-color css

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

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

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

border-color css

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

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

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