Html Css Color HEX #A91446 Jazzberry Jam

📋 copy color: '#A91446'

red 169 ◦ green 20 ◦ blue 70

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

Shades of Jazzberry Jam #A91446

Tints of Jazzberry Jam #A91446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 65.25%
G = 7.72%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A91446 (or 0xA91446) is known color: Jazzberry Jam. HEX triplet: A9, 14 and 46. RGB value is (169,20,70). Sum of RGB (Red+Green+Blue) = 169+20+70=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A91446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91446 is #56EBB9. Grayscale: #464646. Windows color (decimal): -5696442 or 4592809. OLE color: 4592809.

HSL color Cylindrical-coordinate representation of color #A91446: hue angle of 339.87º 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 #A91446 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 20 70 -
CMYK 0 0.88 0.59 0.34
HSL 339.87º 0.79% 0.37% -
HSV(B) 339.87º 0.88% 0.66% -
XYZ 17.72 9.38 6.67 -
YUV 70.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 169 20 70 0 0.88 0.59 0.34 339.87 0.79 0.37
Hex A9 14 46 0 58 3B 22 154 4F 25
Octal 251 24 106 0 130 73 42 524 117 45
Binary 10101001 10100 1000110 0 1011000 111011 100010 101010100 1001111 100101

Color Harmonies of #A91446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91446

Black with #A91446

Text Example


Text Example

White with #A91446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91446; }

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

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

background-color css

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

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

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

border-color css

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

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

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