#a80b4f

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

Shades of Jazzberry Jam #A80B4F

Tints of Jazzberry Jam #A80B4F

Color information

#A80B4F (or 0xA80B4F) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0B and 4F. RGB value is (168,11,79). Sum of RGB (Red+Green+Blue) = 168+11+79=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B4F is #57F4B0. Grayscale: #414141. Windows color (decimal): -5764273 or 5180328. OLE color: 5180328.

HSL color Cylindrical-coordinate representation of color #A80B4F: hue angle of 334.01º 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 #A80B4F is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB1681179-
CMYK00.930.530.34
HSL334.01º87.71%35.1%-
HSV(B)334.01º93.45%65.88%-
XYZ17.689.138.23-
YUV65.69135.51200.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.12%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 79 (31.25% from 255) = 30.62%
R=65.12%
G=4.26%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168117900.930.530.34334.0187.7135.1
HexA8B4F05D352214e5823
Octal250131170135654251613043
Binary1010100010111001111010111011101011000101010011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a80b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a80b4f; }

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

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

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

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

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

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

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

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