#A80C41

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

Shades of Jazzberry Jam #A80C41

Tints of Jazzberry Jam #A80C41

Color information

#A80C41 (or 0xA80C41) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 0C and 41. RGB value is (168,12,65). Sum of RGB (Red+Green+Blue) = 168+12+65=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C41 is #57F3BE. Grayscale: #404040. Windows color (decimal): -5764031 or 4263080. OLE color: 4263080.

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

Color convert

RGB1681265-
CMYK00.930.610.34
HSL339.62º86.67%35.29%-
HSV(B)339.62º92.86%65.88%-
XYZ17.238.975.82-
YUV64.69128.18201.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.57%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=68.57%
G=4.90%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168126500.930.610.34339.6286.6735.29
HexA8C4105D3D221545723
Octal250141010135754252412743
Binary1010100011001000001010111011111011000101010101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C41; }

 p { color: rgb(168,12,65); }

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

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

 a { background-color: rgb(168,12,65); }

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

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

 span { border-color: rgb(168,12,65); }

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