#200920

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

Shades of Mardi Gras #200920

Tints of Mardi Gras #200920

Color information

#200920 (or 0x200920) is unknown color: approx Mardi Gras. HEX triplet: 20, 09 and 20. RGB value is (32,9,32). Sum of RGB (Red+Green+Blue) = 32+9+32=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #200920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200920 is #DFF6DF. Grayscale: #121212. Windows color (decimal): -14677728 or 2099488. OLE color: 2099488.

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

Color convert

RGB32932-
CMYK00.7200.87
HSL300º56.1%8.04%-
HSV(B)300º71.88%12.55%-
XYZ0.950.611.43-
YUV18.5135.62137.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.84%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=43.84%
G=12.33%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3293200.7200.8730056.18.04
Hex2092004805712c388
Octal401140011001274547010
Binary100000100110000001001000010101111001011001110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200920; }

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

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

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

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

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

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

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

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