#200820

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

Shades of Mardi Gras #200820

Tints of Mardi Gras #200820

Color information

#200820 (or 0x200820) is unknown color: approx Mardi Gras. HEX triplet: 20, 08 and 20. RGB value is (32,8,32). Sum of RGB (Red+Green+Blue) = 32+8+32=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #200820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200820 is #DFF7DF. Grayscale: #111111. Windows color (decimal): -14677984 or 2099232. OLE color: 2099232.

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

Color convert

RGB32832-
CMYK00.7500.87
HSL300º60%7.84%-
HSV(B)300º75%12.55%-
XYZ0.940.591.43-
YUV17.91135.95138.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 32 (12.89% from 255) = 44.44%
R=44.44%
G=11.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3283200.7500.87300607.84
Hex2082004B05712c3c8
Octal401040011301274547410
Binary100000100010000001001011010101111001011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200820; }

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

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

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

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

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

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

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

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