#A21B5F

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

Shades of Jazzberry Jam #A21B5F

Tints of Jazzberry Jam #A21B5F

Color information

#A21B5F (or 0xA21B5F) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 1B and 5F. RGB value is (162,27,95). Sum of RGB (Red+Green+Blue) = 162+27+95=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21B5F is #5DE4A0. Grayscale: #4A4A4A. Windows color (decimal): -6153377 or 6232994. OLE color: 6232994.

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

Color convert

RGB1622795-
CMYK00.830.410.36
HSL329.78º71.43%37.06%-
HSV(B)329.78º83.33%63.53%-
XYZ17.369.2911.71-
YUV75.12139.23189.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=57.04%
G=9.51%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162279500.830.410.36329.7871.4337.06
HexA21B5F053292414a4725
Octal242331370123514451210745
Binary10100010110111011111010100111010011001001010010101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B5F; }

 p { color: rgb(162,27,95); }

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

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

 a { background-color: rgb(162,27,95); }

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

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

 span { border-color: rgb(162,27,95); }

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