#A21250

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

Shades of Jazzberry Jam #A21250

Tints of Jazzberry Jam #A21250

Color information

#A21250 (or 0xA21250) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 12 and 50. RGB value is (162,18,80). Sum of RGB (Red+Green+Blue) = 162+18+80=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A21250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21250 is #5DEDAF. Grayscale: #444444. Windows color (decimal): -6155696 or 5247650. OLE color: 5247650.

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

Color convert

RGB1621880-
CMYK00.890.510.36
HSL334.17º80%35.29%-
HSV(B)334.17º88.89%63.53%-
XYZ16.568.698.39-
YUV68.12134.71194.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.31%
GREEN value IS 18 (7.42% from 255) = 6.92%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=62.31%
G=6.92%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162188000.890.510.36334.178035.29
HexA21250059332414e5023
Octal242221200131634451612043
Binary10100010100101010000010110011100111001001010011101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21250; }

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

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

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

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

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

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

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

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