#A21448

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

Shades of Jazzberry Jam #A21448

Tints of Jazzberry Jam #A21448

Color information

#A21448 (or 0xA21448) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 14 and 48. RGB value is (162,20,72). Sum of RGB (Red+Green+Blue) = 162+20+72=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A21448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21448 is #5DEBB7. Grayscale: #444444. Windows color (decimal): -6155192 or 4723874. OLE color: 4723874.

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

Color convert

RGB1622072-
CMYK00.880.560.36
HSL338.03º78.02%35.69%-
HSV(B)338.03º87.65%63.53%-
XYZ16.328.656.94-
YUV68.39130.04194.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 72 (28.52% from 255) = 28.35%
R=63.78%
G=7.87%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162207200.880.560.36338.0378.0235.69
HexA2144805838241524e24
Octal242241100130704452211644
Binary10100010101001001000010110001110001001001010100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21448; }

 p { color: rgb(162,20,72); }

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

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

 a { background-color: rgb(162,20,72); }

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

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

 span { border-color: rgb(162,20,72); }

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