#A81253

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

Shades of Jazzberry Jam #A81253

Tints of Jazzberry Jam #A81253

Color information

#A81253 (or 0xA81253) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 12 and 53. RGB value is (168,18,83). Sum of RGB (Red+Green+Blue) = 168+18+83=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A81253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81253 is #57EDAC. Grayscale: #464646. Windows color (decimal): -5762477 or 5444264. OLE color: 5444264.

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

Color convert

RGB1681883-
CMYK00.890.510.34
HSL334º80.65%36.47%-
HSV(B)334º89.29%65.88%-
XYZ17.939.389.05-
YUV70.26135.2197.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 18 (7.42% from 255) = 6.69%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=62.45%
G=6.69%
B=30.86%

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
Decimal168188300.890.510.3433480.6536.47
HexA81253059332214e5124
Octal250221230131634251612144
Binary10101000100101010011010110011100111000101010011101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81253; }

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

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

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

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

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

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

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

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