#A60752

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

Shades of Jazzberry Jam #A60752

Tints of Jazzberry Jam #A60752

Color information

#A60752 (or 0xA60752) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 07 and 52. RGB value is (166,7,82). Sum of RGB (Red+Green+Blue) = 166+7+82=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A60752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60752 is #59F8AD. Grayscale: #3E3E3E. Windows color (decimal): -5896366 or 5375910. OLE color: 5375910.

HSL color Cylindrical-coordinate representation of color #A60752: hue angle of 331.7º 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 #A60752 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB166782-
CMYK00.960.510.35
HSL331.7º91.91%33.92%-
HSV(B)331.7º95.78%65.1%-
XYZ17.328.878.78-
YUV63.09138.68201.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.10%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=65.10%
G=2.75%
B=32.16%

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
Decimal16678200.960.510.35331.791.9133.92
HexA6752060332314c5c22
Octal24671220140634351413442
Binary101001101111010010011000001100111000111010011001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60752; }

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

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

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

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

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

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

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

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