#A21451

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

Shades of Jazzberry Jam #A21451

Tints of Jazzberry Jam #A21451

Color information

#A21451 (or 0xA21451) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 14 and 51. RGB value is (162,20,81). Sum of RGB (Red+Green+Blue) = 162+20+81=263 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.60% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 162 - color contains mainly: red. Hex color #A21451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21451 is #5DEBAE. Grayscale: #454545. Windows color (decimal): -6155183 or 5313698. OLE color: 5313698.

HSL color Cylindrical-coordinate representation of color #A21451: hue angle of 334.23º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21451 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1622081-
CMYK00.880.500.36
HSL334.23º78.02%35.69%-
HSV(B)334.23º87.65%63.53%-
XYZ16.648.788.6-
YUV69.41134.54194.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.60%
GREEN value IS 20 (8.20% from 255) = 7.60%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=61.60%
G=7.60%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162208100.880.500.36334.2378.0235.69
HexA21451058322414e4e24
Octal242241210130624451611644
Binary10100010101001010001010110001100101001001010011101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21451; }

 p { color: rgb(162,20,81); }

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

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

 a { background-color: rgb(162,20,81); }

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

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

 span { border-color: rgb(162,20,81); }

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