Html Css Color HEX #201520 Mardi Gras

📋 copy color: '#201520'

red 32 ◦ green 21 ◦ blue 32

#201520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #201520

Tints of Mardi Gras #201520

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 value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#201520 (or 0x201520) is known color: 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

RGB 32 21 32 -
CMYK 0 0.34 0 0.87
HSL 300º 0.21% 0.1% -
HSV(B) 300º 0.34% 0.13% -
XYZ 1.12 0.95 1.49 -
YUV 25.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 32 21 32 0 0.34 0 0.87 300 0.21 0.1
Hex 20 15 20 0 22 0 57 12C 15 A
Octal 40 25 40 0 42 0 127 454 25 12
Binary 100000 10101 100000 0 100010 0 1010111 100101100 10101 1010

Color Harmonies of #201520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201520

Black with #201520

Text Example


Text Example

White with #201520

Text Example


Text Example

HTML Codes & Css Web 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>