#A21040

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

Shades of Jazzberry Jam #A21040

Tints of Jazzberry Jam #A21040

Color information

#A21040 (or 0xA21040) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 10 and 40. RGB value is (162,16,64). Sum of RGB (Red+Green+Blue) = 162+16+64=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A21040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21040 is #5DEFBF. Grayscale: #414141. Windows color (decimal): -6156224 or 4198562. OLE color: 4198562.

HSL color Cylindrical-coordinate representation of color #A21040: hue angle of 340.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21040 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1621664-
CMYK00.900.600.36
HSL340.27º82.02%34.9%-
HSV(B)340.27º90.12%63.53%-
XYZ16.018.425.63-
YUV65.13127.37197.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 64 (25.39% from 255) = 26.45%
R=66.94%
G=6.61%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162166400.900.600.36340.2782.0234.9
HexA2104005A3C241545223
Octal242201000132744452412243
Binary10100010100001000000010110101111001001001010101001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21040; }

 p { color: rgb(162,16,64); }

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

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

 a { background-color: rgb(162,16,64); }

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

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

 span { border-color: rgb(162,16,64); }

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