Html Css Color HEX #20061D Mardi Gras

📋 copy color: '#20061D'

red 32 ◦ green 6 ◦ blue 29

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

Shades of Mardi Gras #20061D

Tints of Mardi Gras #20061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.96%

 BLUE value IS 29 (11.72% from 255) = 43.28%

R = 47.76%
G = 8.96%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#20061D (or 0x20061D) is known color: Mardi Gras. HEX triplet: 20, 06 and 1D. RGB value is (32,6,29). Sum of RGB (Red+Green+Blue) = 32+6+29=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 29 (11.72% from 255 or 43.28% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #20061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20061D is #DFF9E2. Grayscale: #101010. Windows color (decimal): -14678499 or 1902112. OLE color: 1902112.

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

Color convert

RGB 32 6 29 -
CMYK 0 0.81 0.09 0.87
HSL 306.92º 0.68% 0.07% -
HSV(B) 306.92º 0.81% 0.13% -
XYZ 0.88 0.53 1.22 -
YUV 16.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 32 6 29 0 0.81 0.09 0.87 306.92 0.68 0.07
Hex 20 6 1D 0 51 9 57 133 44 7
Octal 40 6 35 0 121 11 127 463 104 7
Binary 100000 110 11101 0 1010001 1001 1010111 100110011 1000100 111

Color Harmonies of #20061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20061D

Black with #20061D

Text Example


Text Example

White with #20061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20061D; }

 p { color: rgb(32,6,29); }

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

background-color css

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

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

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

border-color css

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

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

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