#A60E48

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

Shades of Jazzberry Jam #A60E48

Tints of Jazzberry Jam #A60E48

Color information

#A60E48 (or 0xA60E48) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0E and 48. RGB value is (166,14,72). Sum of RGB (Red+Green+Blue) = 166+14+72=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E48 is #59F1B7. Grayscale: #414141. Windows color (decimal): -5894584 or 4722342. OLE color: 4722342.

HSL color Cylindrical-coordinate representation of color #A60E48: hue angle of 337.11º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E48 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB1661472-
CMYK00.920.570.35
HSL337.11º84.44%35.29%-
HSV(B)337.11º91.57%65.1%-
XYZ17.058.896.95-
YUV66.06131.36199.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.87%
GREEN value IS 14 (5.86% from 255) = 5.56%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=65.87%
G=5.56%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166147200.920.570.35337.1184.4435.29
HexA6E4805C39231515423
Octal246161100134714352112443
Binary1010011011101001000010111001110011000111010100011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60E48; }

 p { color: rgb(166,14,72); }

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

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

 a { background-color: rgb(166,14,72); }

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

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

 span { border-color: rgb(166,14,72); }

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