#20061C

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

Shades of Mardi Gras #20061C

Tints of Mardi Gras #20061C

Color information

#20061C (or 0x20061C) is unknown color: approx Mardi Gras. HEX triplet: 20, 06 and 1C. RGB value is (32,6,28). Sum of RGB (Red+Green+Blue) = 32+6+28=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20061C is #DFF9E3. Grayscale: #101010. Windows color (decimal): -14678500 or 1836576. OLE color: 1836576.

HSL color Cylindrical-coordinate representation of color #20061C: hue angle of 309.23º 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 #20061C is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB32628-
CMYK00.810.120.87
HSL309.23º68.42%7.45%-
HSV(B)309.23º81.25%12.55%-
XYZ0.870.521.15-
YUV16.28134.61139.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 6 (2.73% from 255) = 9.09%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=48.48%
G=9.09%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3262800.810.120.87309.2368.427.45
Hex2061C051C57135447
Octal406340121141274651047
Binary1000001101110001010001110010101111001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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