#A91049

Color #A91049 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A91049

Tints of Jazzberry Jam #A91049

Color information

#A91049 (or 0xA91049) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 10 and 49. RGB value is (169,16,73). Sum of RGB (Red+Green+Blue) = 169+16+73=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A91049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91049 is #56EFB6. Grayscale: #444444. Windows color (decimal): -5697463 or 4788393. OLE color: 4788393.

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

Color convert

RGB1691673-
CMYK00.910.570.34
HSL337.65º82.7%36.27%-
HSV(B)337.65º90.53%66.27%-
XYZ17.759.297.16-
YUV68.24130.69199.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.50%
GREEN value IS 16 (6.64% from 255) = 6.20%
BLUE value IS 73 (28.91% from 255) = 28.29%
R=65.50%
G=6.20%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169167300.910.570.34337.6582.736.27
HexA9104905B39221525324
Octal251201110133714252212344
Binary10101001100001001001010110111110011000101010100101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91049; }

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

 H1.HeaderClassName
 {
   color: #A91049;
 }
 .AnyTagClassName
 {
   color: #A91049;
 }
</style>
background-color css

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

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

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

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

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

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