#A21252

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

Shades of Jazzberry Jam #A21252

Tints of Jazzberry Jam #A21252

Color information

#A21252 (or 0xA21252) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 52. RGB value is (162,18,82). Sum of RGB (Red+Green+Blue) = 162+18+82=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A21252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21252 is #5DEDAD. Grayscale: #444444. Windows color (decimal): -6155694 or 5378722. OLE color: 5378722.

HSL color Cylindrical-coordinate representation of color #A21252: hue angle of 333.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21252 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB1621882-
CMYK00.890.490.36
HSL333.33º80%35.29%-
HSV(B)333.33º88.89%63.53%-
XYZ16.648.728.79-
YUV68.35135.71194.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 61.83%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=61.83%
G=6.87%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162188200.890.490.36333.338035.29
HexA21252059312414d5023
Octal242221220131614451512043
Binary10100010100101010010010110011100011001001010011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21252; }

 p { color: rgb(162,18,82); }

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

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

 a { background-color: rgb(162,18,82); }

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

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

 span { border-color: rgb(162,18,82); }

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