#a80a52

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

Shades of Jazzberry Jam #A80A52

Tints of Jazzberry Jam #A80A52

Color information

#A80A52 (or 0xA80A52) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0A and 52. RGB value is (168,10,82). Sum of RGB (Red+Green+Blue) = 168+10+82=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80A52 is #57F5AD. Grayscale: #414141. Windows color (decimal): -5764526 or 5376680. OLE color: 5376680.

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

Color convert

RGB1681082-
CMYK00.940.510.34
HSL332.66º88.76%34.9%-
HSV(B)332.66º94.05%65.88%-
XYZ17.789.158.81-
YUV65.45137.35201.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.62%
GREEN value IS 10 (4.30% from 255) = 3.85%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=64.62%
G=3.85%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168108200.940.510.34332.6688.7634.9
HexA8A5205E332214d5923
Octal250121220136634251513143
Binary1010100010101010010010111101100111000101010011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a80a52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a80a52; }

 p { color: rgb(168,10,82); }

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

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

 a { background-color: rgb(168,10,82); }

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

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

 span { border-color: rgb(168,10,82); }

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