#A60D57

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

Shades of Jazzberry Jam #A60D57

Tints of Jazzberry Jam #A60D57

Color information

#A60D57 (or 0xA60D57) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 0D and 57. RGB value is (166,13,87). Sum of RGB (Red+Green+Blue) = 166+13+87=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A60D57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60D57 is #59F2A8. Grayscale: #434343. Windows color (decimal): -5894825 or 5705126. OLE color: 5705126.

HSL color Cylindrical-coordinate representation of color #A60D57: hue angle of 330.98º degrees, saturation: 0.85, 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 #A60D57 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1661387-
CMYK00.920.480.35
HSL330.98º85.47%35.1%-
HSV(B)330.98º92.17%65.1%-
XYZ17.599.089.84-
YUV67.18139.19198.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.41%
GREEN value IS 13 (5.47% from 255) = 4.89%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=62.41%
G=4.89%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166138700.920.480.35330.9885.4735.1
HexA6D5705C302314b5523
Octal246151270134604351312543
Binary1010011011011010111010111001100001000111010010111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60D57; }

 p { color: rgb(166,13,87); }

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

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

 a { background-color: rgb(166,13,87); }

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

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

 span { border-color: rgb(166,13,87); }

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