#A60851

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

Shades of Jazzberry Jam #A60851

Tints of Jazzberry Jam #A60851

Color information

#A60851 (or 0xA60851) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 08 and 51. RGB value is (166,8,81). Sum of RGB (Red+Green+Blue) = 166+8+81=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A60851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60851 is #59F7AE. Grayscale: #3F3F3F. Windows color (decimal): -5896111 or 5310630. OLE color: 5310630.

HSL color Cylindrical-coordinate representation of color #A60851: hue angle of 332.28º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60851 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB166881-
CMYK00.950.510.35
HSL332.28º90.8%34.12%-
HSV(B)332.28º95.18%65.1%-
XYZ17.38.878.59-
YUV63.56137.85201.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.10%
GREEN value IS 8 (3.52% from 255) = 3.14%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=65.10%
G=3.14%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16688100.950.510.35332.2890.834.12
HexA685105F332314c5b22
Octal246101210137634351413342
Binary1010011010001010001010111111100111000111010011001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60851; }

 p { color: rgb(166,8,81); }

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

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

 a { background-color: rgb(166,8,81); }

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

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

 span { border-color: rgb(166,8,81); }

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