Html Css Color HEX #200520 Mardi Gras

📋 copy color: '#200520'

red 32 ◦ green 5 ◦ blue 32

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

Shades of Mardi Gras #200520

Tints of Mardi Gras #200520

RGB

 RED value IS 32 (12.89% from 255) = 46.38%

 GREEN value IS 5 (2.34% from 255) = 7.25%

 BLUE value IS 32 (12.89% from 255) = 46.38%

R = 46.38%
G = 7.25%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#200520 (or 0x200520) is known color: Mardi Gras. HEX triplet: 20, 05 and 20. RGB value is (32,5,32). Sum of RGB (Red+Green+Blue) = 32+5+32=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: red, blue. Hex color #200520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200520 is #DFFADF. Grayscale: #101010. Windows color (decimal): -14678752 or 2098464. OLE color: 2098464.

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

Color convert

RGB 32 5 32 -
CMYK 0 0.84 0 0.87
HSL 300º 0.73% 0.07% -
HSV(B) 300º 0.84% 0.13% -
XYZ 0.91 0.52 1.42 -
YUV 16.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 32 5 32 0 0.84 0 0.87 300 0.73 0.07
Hex 20 5 20 0 54 0 57 12C 49 7
Octal 40 5 40 0 124 0 127 454 111 7
Binary 100000 101 100000 0 1010100 0 1010111 100101100 1001001 111

Color Harmonies of #200520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200520

Black with #200520

Text Example


Text Example

White with #200520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200520; }

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

 H1.HeaderClassName
 {
   color: #200520;
 }
 .AnyTagClassName
 {
   color: #200520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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