#A60751

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

Shades of Jazzberry Jam #A60751

Tints of Jazzberry Jam #A60751

Color information

#A60751 (or 0xA60751) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 07 and 51. RGB value is (166,7,81). Sum of RGB (Red+Green+Blue) = 166+7+81=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A60751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60751 is #59F8AE. Grayscale: #3E3E3E. Windows color (decimal): -5896367 or 5310374. OLE color: 5310374.

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

Color convert

RGB166781-
CMYK00.960.510.35
HSL332.08º91.91%33.92%-
HSV(B)332.08º95.78%65.1%-
XYZ17.298.858.58-
YUV62.98138.18201.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.35%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=65.35%
G=2.76%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16678100.960.510.35332.0891.9133.92
HexA6751060332314c5c22
Octal24671210140634351413442
Binary101001101111010001011000001100111000111010011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60751; }

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

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

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

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

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

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

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

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