#A21551

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

Shades of Jazzberry Jam #A21551

Tints of Jazzberry Jam #A21551

Color information

#A21551 (or 0xA21551) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 51. RGB value is (162,21,81). Sum of RGB (Red+Green+Blue) = 162+21+81=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A21551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21551 is #5DEAAE. Grayscale: #454545. Windows color (decimal): -6154927 or 5313954. OLE color: 5313954.

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

Color convert

RGB1622181-
CMYK00.870.500.36
HSL334.47º77.05%35.88%-
HSV(B)334.47º87.04%63.53%-
XYZ16.658.818.61-
YUV70134.21193.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.36%
GREEN value IS 21 (8.59% from 255) = 7.95%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=61.36%
G=7.95%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162218100.870.500.36334.4777.0535.88
HexA21551057322414e4d24
Octal242251210127624451611544
Binary10100010101011010001010101111100101001001010011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21551; }

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

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

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

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

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

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

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

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