Html Css Color HEX #A91149 Jazzberry Jam

📋 copy color: '#A91149'

red 169 ◦ green 17 ◦ blue 73

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

Shades of Jazzberry Jam #A91149

Tints of Jazzberry Jam #A91149

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

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

R = 65.25%
G = 6.56%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A91149 (or 0xA91149) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 49. RGB value is (169,17,73). Sum of RGB (Red+Green+Blue) = 169+17+73=259 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.25% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 169 - color contains mainly: red. Hex color #A91149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91149 is #56EEB6. Grayscale: #444444. Windows color (decimal): -5697207 or 4788649. OLE color: 4788649.

HSL color Cylindrical-coordinate representation of color #A91149: hue angle of 337.89º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91149 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 17 73 -
CMYK 0 0.90 0.57 0.34
HSL 337.89º 0.82% 0.36% -
HSV(B) 337.89º 0.9% 0.66% -
XYZ 17.77 9.32 7.17 -
YUV 68.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 169 17 73 0 0.90 0.57 0.34 337.89 0.82 0.36
Hex A9 11 49 0 5A 39 22 152 52 24
Octal 251 21 111 0 132 71 42 522 122 44
Binary 10101001 10001 1001001 0 1011010 111001 100010 101010010 1010010 100100

Color Harmonies of #A91149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91149

Black with #A91149

Text Example


Text Example

White with #A91149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91149; }

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

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

background-color css

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

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

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

border-color css

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

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

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