#41133E

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

Shades of Mardi Gras #41133E

Tints of Mardi Gras #41133E

Color information

#41133E (or 0x41133E) is unknown color: approx Mardi Gras. HEX triplet: 41, 13 and 3E. RGB value is (65,19,62). Sum of RGB (Red+Green+Blue) = 65+19+62=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41133E is #BEECC1. Grayscale: #252525. Windows color (decimal): -12512450 or 4068161. OLE color: 4068161.

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

Color convert

RGB651962-
CMYK00.710.050.75
HSL303.91º54.76%16.47%-
HSV(B)303.91º70.77%25.49%-
XYZ3.281.944.76-
YUV37.66141.74147.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=44.52%
G=13.01%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65196200.710.050.75303.9154.7616.47
Hex41133E04754B1303710
Octal1012376010751134606720
Binary10000011001111111001000111101100101110011000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41133E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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