#41203E

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

Shades of Mardi Gras #41203E

Tints of Mardi Gras #41203E

Color information

#41203E (or 0x41203E) is unknown color: approx Mardi Gras. HEX triplet: 41, 20 and 3E. RGB value is (65,32,62). Sum of RGB (Red+Green+Blue) = 65+32+62=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #41203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41203E is #BEDFC1. Grayscale: #2D2D2D. Windows color (decimal): -12509122 or 4071489. OLE color: 4071489.

HSL color Cylindrical-coordinate representation of color #41203E: hue angle of 305.45º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41203E is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB653262-
CMYK00.510.050.75
HSL305.45º34.02%19.02%-
HSV(B)305.45º50.77%25.49%-
XYZ3.572.54.85-
YUV45.29137.43142.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.88%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 62 (24.61% from 255) = 38.99%
R=40.88%
G=20.13%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65326200.510.050.75305.4534.0219.02
Hex41203E03354B1312213
Octal101407606351134614223
Binary10000011000001111100110011101100101110011000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41203E; }

 p { color: rgb(65,32,62); }

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

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

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

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

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

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

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