#A81245

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

Shades of Jazzberry Jam #A81245

Tints of Jazzberry Jam #A81245

Color information

#A81245 (or 0xA81245) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 12 and 45. RGB value is (168,18,69). Sum of RGB (Red+Green+Blue) = 168+18+69=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A81245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81245 is #57EDBA. Grayscale: #444444. Windows color (decimal): -5762491 or 4526760. OLE color: 4526760.

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

Color convert

RGB1681869-
CMYK00.890.590.34
HSL339.6º80.65%36.47%-
HSV(B)339.6º89.29%65.88%-
XYZ17.449.196.48-
YUV68.66128.2198.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 69 (27.34% from 255) = 27.06%
R=65.88%
G=7.06%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168186900.890.590.34339.680.6536.47
HexA812450593B221545124
Octal250221050131734252412144
Binary10101000100101000101010110011110111000101010101001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81245; }

 p { color: rgb(168,18,69); }

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

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

 a { background-color: rgb(168,18,69); }

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

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

 span { border-color: rgb(168,18,69); }

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