#201520

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

Shades of Mardi Gras #201520

Tints of Mardi Gras #201520

Color information

#201520 (or 0x201520) is unknown color: approx Mardi Gras. HEX triplet: 20, 15 and 20. RGB value is (32,21,32). Sum of RGB (Red+Green+Blue) = 32+21+32=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #201520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201520 is #DFEADF. Grayscale: #191919. Windows color (decimal): -14674656 or 2102560. OLE color: 2102560.

HSL color Cylindrical-coordinate representation of color #201520: hue angle of 300º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201520 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB322132-
CMYK00.3400.87
HSL300º20.75%10.39%-
HSV(B)300º34.38%12.55%-
XYZ1.120.951.49-
YUV25.54131.64132.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=37.65%
G=24.71%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32213200.3400.8730020.7510.39
Hex20152002205712c15a
Octal40254004201274542512
Binary10000010101100000010001001010111100101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201520; }

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

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

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

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

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

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

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

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