#41093E

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

Shades of Mardi Gras #41093E

Tints of Mardi Gras #41093E

Color information

#41093E (or 0x41093E) is unknown color: approx Mardi Gras. HEX triplet: 41, 09 and 3E. RGB value is (65,9,62). Sum of RGB (Red+Green+Blue) = 65+9+62=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #41093E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093E is #BEF6C1. Grayscale: #1F1F1F. Windows color (decimal): -12515010 or 4065601. OLE color: 4065601.

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

Color convert

RGB65962-
CMYK00.860.050.75
HSL303.21º75.68%14.51%-
HSV(B)303.21º86.15%25.49%-
XYZ3.151.674.71-
YUV31.79145.05151.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=47.79%
G=6.62%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6596200.860.050.75303.2175.6814.51
Hex4193E05654B12f4cf
Octal10111760126511345711417
Binary1000001100111111001010110101100101110010111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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