#A80D4E

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

Shades of Jazzberry Jam #A80D4E

Tints of Jazzberry Jam #A80D4E

Color information

#A80D4E (or 0xA80D4E) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0D and 4E. RGB value is (168,13,78). Sum of RGB (Red+Green+Blue) = 168+13+78=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80D4E is #57F2B1. Grayscale: #424242. Windows color (decimal): -5763762 or 5115304. OLE color: 5115304.

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

Color convert

RGB1681378-
CMYK00.920.540.34
HSL334.84º85.64%35.49%-
HSV(B)334.84º92.26%65.88%-
XYZ17.679.168.05-
YUV66.76134.35200.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.86%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=64.86%
G=5.02%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168137800.920.540.34334.8485.6435.49
HexA8D4E05C362214f5623
Octal250151160134664251712643
Binary1010100011011001110010111001101101000101010011111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D4E; }

 p { color: rgb(168,13,78); }

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

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

 a { background-color: rgb(168,13,78); }

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

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

 span { border-color: rgb(168,13,78); }

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