#A21955

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

Shades of Jazzberry Jam #A21955

Tints of Jazzberry Jam #A21955

Color information

#A21955 (or 0xA21955) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 19 and 55. RGB value is (162,25,85). Sum of RGB (Red+Green+Blue) = 162+25+85=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A21955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21955 is #5DE6AA. Grayscale: #484848. Windows color (decimal): -6153899 or 5577122. OLE color: 5577122.

HSL color Cylindrical-coordinate representation of color #A21955: hue angle of 333.72º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21955 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB1622585-
CMYK00.850.480.36
HSL333.72º73.26%36.67%-
HSV(B)333.72º84.57%63.53%-
XYZ16.899.039.45-
YUV72.8134.89191.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=59.56%
G=9.19%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162258500.850.480.36333.7273.2636.67
HexA21955055302414e4925
Octal242311250125604451611145
Binary10100010110011010101010101011100001001001010011101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21955; }

 p { color: rgb(162,25,85); }

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

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

 a { background-color: rgb(162,25,85); }

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

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

 span { border-color: rgb(162,25,85); }

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