#41113E

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

Shades of Mardi Gras #41113E

Tints of Mardi Gras #41113E

Color information

#41113E (or 0x41113E) is unknown color: approx Mardi Gras. HEX triplet: 41, 11 and 3E. RGB value is (65,17,62). Sum of RGB (Red+Green+Blue) = 65+17+62=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41113E is #BEEEC1. Grayscale: #242424. Windows color (decimal): -12512962 or 4067649. OLE color: 4067649.

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

Color convert

RGB651762-
CMYK00.740.050.75
HSL303.75º58.54%16.08%-
HSV(B)303.75º73.85%25.49%-
XYZ3.251.874.75-
YUV36.48142.4148.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 62 (24.61% from 255) = 43.06%
R=45.14%
G=11.81%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65176200.740.050.75303.7558.5416.08
Hex41113E04A54B1303b10
Octal1012176011251134607320
Binary10000011000111111001001010101100101110011000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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