#410D3A

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

Shades of Mardi Gras #410D3A

Tints of Mardi Gras #410D3A

Color information

#410D3A (or 0x410D3A) is unknown color: approx Mardi Gras. HEX triplet: 41, 0D and 3A. RGB value is (65,13,58). Sum of RGB (Red+Green+Blue) = 65+13+58=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #410D3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D3A is #BEF2C5. Grayscale: #212121. Windows color (decimal): -12513990 or 3804481. OLE color: 3804481.

HSL color Cylindrical-coordinate representation of color #410D3A: hue angle of 308.08º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D3A is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB651358-
CMYK00.800.110.75
HSL308.08º66.67%15.29%-
HSV(B)308.08º80%25.49%-
XYZ3.091.724.17-
YUV33.68141.73150.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 13 (5.47% from 255) = 9.56%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=47.79%
G=9.56%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65135800.800.110.75308.0866.6715.29
Hex41D3A050B4B13443f
Octal101157201201311346410317
Binary10000011101111010010100001011100101110011010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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