#A80B5C

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

Shades of Jazzberry Jam #A80B5C

Tints of Jazzberry Jam #A80B5C

Color information

#A80B5C (or 0xA80B5C) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0B and 5C. RGB value is (168,11,92). Sum of RGB (Red+Green+Blue) = 168+11+92=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B5C is #57F4A3. Grayscale: #434343. Windows color (decimal): -5764260 or 6032296. OLE color: 6032296.

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

Color convert

RGB1681192-
CMYK00.930.450.34
HSL329.04º87.71%35.1%-
HSV(B)329.04º93.45%65.88%-
XYZ18.29.3410.97-
YUV67.18142.01199.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 11 (4.69% from 255) = 4.06%
BLUE value IS 92 (36.33% from 255) = 33.95%
R=61.99%
G=4.06%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168119200.930.450.34329.0487.7135.1
HexA8B5C05D2D221495823
Octal250131340135554251113043
Binary1010100010111011100010111011011011000101010010011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B5C; }

 p { color: rgb(168,11,92); }

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

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

 a { background-color: rgb(168,11,92); }

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

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

 span { border-color: rgb(168,11,92); }

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