#410E3A

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

Shades of Mardi Gras #410E3A

Tints of Mardi Gras #410E3A

Color information

#410E3A (or 0x410E3A) is unknown color: approx Mardi Gras. HEX triplet: 41, 0E and 3A. RGB value is (65,14,58). Sum of RGB (Red+Green+Blue) = 65+14+58=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #410E3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E3A is #BEF1C5. Grayscale: #222222. Windows color (decimal): -12513734 or 3804737. OLE color: 3804737.

HSL color Cylindrical-coordinate representation of color #410E3A: hue angle of 308.24º 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 #410E3A is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB651458-
CMYK00.780.110.75
HSL308.24º64.56%15.49%-
HSV(B)308.24º78.46%25.49%-
XYZ3.11.744.18-
YUV34.26141.4149.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=47.45%
G=10.22%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65145800.780.110.75308.2464.5615.49
Hex41E3A04EB4B13441f
Octal101167201161311346410117
Binary10000011110111010010011101011100101110011010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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