Html Css Color HEX #A91449 Jazzberry Jam

📋 copy color: '#A91449'

red 169 ◦ green 20 ◦ blue 73

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

Shades of Jazzberry Jam #A91449

Tints of Jazzberry Jam #A91449

RGB

 RED value IS 169 (66.41% from 255) = 64.5%

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 64.5%
G = 7.63%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A91449 (or 0xA91449) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 49. RGB value is (169,20,73). Sum of RGB (Red+Green+Blue) = 169+20+73=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A91449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91449 is #56EBB6. Grayscale: #464646. Windows color (decimal): -5696439 or 4789417. OLE color: 4789417.

HSL color Cylindrical-coordinate representation of color #A91449: hue angle of 338.66º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91449 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 20 73 -
CMYK 0 0.88 0.57 0.34
HSL 338.66º 0.79% 0.37% -
HSV(B) 338.66º 0.88% 0.66% -
XYZ 17.81 9.42 7.18 -
YUV 70.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 169 20 73 0 0.88 0.57 0.34 338.66 0.79 0.37
Hex A9 14 49 0 58 39 22 153 4F 25
Octal 251 24 111 0 130 71 42 523 117 45
Binary 10101001 10100 1001001 0 1011000 111001 100010 101010011 1001111 100101

Color Harmonies of #A91449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91449

Black with #A91449

Text Example


Text Example

White with #A91449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91449; }

 p { color: rgb(169,20,73); }

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

background-color css

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

 a { background-color: rgb(169,20,73); }

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

border-color css

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

 span { border-color: rgb(169,20,73); }

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