#410E3B

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

Shades of Mardi Gras #410E3B

Tints of Mardi Gras #410E3B

Color information

#410E3B (or 0x410E3B) is unknown color: approx Mardi Gras. HEX triplet: 41, 0E and 3B. RGB value is (65,14,59). Sum of RGB (Red+Green+Blue) = 65+14+59=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #410E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E3B is #BEF1C4. Grayscale: #222222. Windows color (decimal): -12513733 or 3870273. OLE color: 3870273.

HSL color Cylindrical-coordinate representation of color #410E3B: hue angle of 307.06º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E3B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB651459-
CMYK00.780.090.75
HSL307.06º64.56%15.49%-
HSV(B)307.06º78.46%25.49%-
XYZ3.131.754.31-
YUV34.38141.9149.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=47.10%
G=10.14%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65145900.780.090.75307.0664.5615.49
Hex41E3B04E94B13341f
Octal101167301161111346310117
Binary10000011110111011010011101001100101110011001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410E3B; }

 p { color: rgb(65,14,59); }

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

<style>
 a { background-color: #410E3B; }

 a { background-color: rgb(65,14,59); }

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

<style>
 span { border-color: #410E3B; }

 span { border-color: rgb(65,14,59); }

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