#A60C45

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

Shades of Jazzberry Jam #A60C45

Tints of Jazzberry Jam #A60C45

Color information

#A60C45 (or 0xA60C45) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0C and 45. RGB value is (166,12,69). Sum of RGB (Red+Green+Blue) = 166+12+69=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C45 is #59F3BA. Grayscale: #404040. Windows color (decimal): -5895099 or 4525222. OLE color: 4525222.

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

Color convert

RGB1661269-
CMYK00.930.580.35
HSL337.79º86.52%34.9%-
HSV(B)337.79º92.77%65.1%-
XYZ16.938.86.44-
YUV64.54130.52200.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.21%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=67.21%
G=4.86%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166126900.930.580.35337.7986.5234.9
HexA6C4505D3A231525723
Octal246141050135724352212743
Binary1010011011001000101010111011110101000111010100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60C45; }

 p { color: rgb(166,12,69); }

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

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

 a { background-color: rgb(166,12,69); }

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

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

 span { border-color: rgb(166,12,69); }

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