#A81352

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

Shades of Jazzberry Jam #A81352

Tints of Jazzberry Jam #A81352

Color information

#A81352 (or 0xA81352) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 13 and 52. RGB value is (168,19,82). Sum of RGB (Red+Green+Blue) = 168+19+82=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A81352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81352 is #57ECAD. Grayscale: #464646. Windows color (decimal): -5762222 or 5378984. OLE color: 5378984.

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

Color convert

RGB1681982-
CMYK00.890.510.34
HSL334.63º79.68%36.67%-
HSV(B)334.63º88.69%65.88%-
XYZ17.99.48.85-
YUV70.73134.36197.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=62.45%
G=7.06%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168198200.890.510.34334.6379.6836.67
HexA81352059332214f5025
Octal250231220131634251712045
Binary10101000100111010010010110011100111000101010011111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81352; }

 p { color: rgb(168,19,82); }

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

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

 a { background-color: rgb(168,19,82); }

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

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

 span { border-color: rgb(168,19,82); }

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