#211520

Color #211520 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #211520

Tints of Mardi Gras #211520

Color information

#211520 (or 0x211520) is unknown color: approx Mardi Gras. HEX triplet: 21, 15 and 20. RGB value is (33,21,32). Sum of RGB (Red+Green+Blue) = 33+21+32=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #211520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211520 is #DEEADF. Grayscale: #191919. Windows color (decimal): -14609120 or 2102561. OLE color: 2102561.

HSL color Cylindrical-coordinate representation of color #211520: hue angle of 305º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #211520 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB332132-
CMYK00.360.030.87
HSL305º22.22%10.59%-
HSV(B)305º36.36%12.94%-
XYZ1.160.961.49-
YUV25.84131.48133.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=38.37%
G=24.42%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33213200.360.030.8730522.2210.59
Hex21152002435713116b
Octal41254004431274612613
Binary100001101011000000100100111010111100110001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211520; }

 p { color: rgb(33,21,32); }

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

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

 a { background-color: rgb(33,21,32); }

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

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

 span { border-color: rgb(33,21,32); }

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