#A60242

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

Shades of Jazzberry Jam #A60242

Tints of Jazzberry Jam #A60242

Color information

#A60242 (or 0xA60242) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 02 and 42. RGB value is (166,2,66). Sum of RGB (Red+Green+Blue) = 166+2+66=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A60242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60242 is #59FDBD. Grayscale: #3A3A3A. Windows color (decimal): -5897662 or 4326054. OLE color: 4326054.

HSL color Cylindrical-coordinate representation of color #A60242: hue angle of 336.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60242 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB166266-
CMYK00.990.600.35
HSL336.59º97.62%32.94%-
HSV(B)336.59º98.8%65.1%-
XYZ16.738.545.92-
YUV58.33132.33204.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=70.94%
G=0.85%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16626600.990.600.35336.5997.6232.94
HexA62420633C231516221
Octal24621020143744352114241
Binary10100110101000010011000111111001000111010100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60242; }

 p { color: rgb(166,2,66); }

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

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

 a { background-color: rgb(166,2,66); }

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

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

 span { border-color: rgb(166,2,66); }

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