#411E3E

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

Shades of Mardi Gras #411E3E

Tints of Mardi Gras #411E3E

Color information

#411E3E (or 0x411E3E) is unknown color: approx Mardi Gras. HEX triplet: 41, 1E and 3E. RGB value is (65,30,62). Sum of RGB (Red+Green+Blue) = 65+30+62=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #411E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E3E is #BEE1C1. Grayscale: #2C2C2C. Windows color (decimal): -12509634 or 4070977. OLE color: 4070977.

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

Color convert

RGB653062-
CMYK00.540.050.75
HSL305.14º36.84%18.63%-
HSV(B)305.14º53.85%25.49%-
XYZ3.512.44.84-
YUV44.11138.1142.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=41.40%
G=19.11%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65306200.540.050.75305.1436.8418.63
Hex411E3E03654B1312513
Octal101367606651134614523
Binary1000001111101111100110110101100101110011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411E3E; }

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

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

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

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

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

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

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

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