#A9114D

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

Shades of Jazzberry Jam #A9114D

Tints of Jazzberry Jam #A9114D

Color information

#A9114D (or 0xA9114D) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 11 and 4D. RGB value is (169,17,77). Sum of RGB (Red+Green+Blue) = 169+17+77=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A9114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9114D is #56EEB2. Grayscale: #454545. Windows color (decimal): -5697203 or 5050793. OLE color: 5050793.

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

Color convert

RGB1691777-
CMYK00.900.540.34
HSL336.32º81.72%36.47%-
HSV(B)336.32º89.94%66.27%-
XYZ17.99.377.89-
YUV69.29132.36199.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.26%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=64.26%
G=6.46%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169177700.900.540.34336.3281.7236.47
HexA9114D05A36221505224
Octal251211150132664252012244
Binary10101001100011001101010110101101101000101010100001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9114D; }

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

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

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

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

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

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

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

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