#410F39

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

Shades of Mardi Gras #410F39

Tints of Mardi Gras #410F39

Color information

#410F39 (or 0x410F39) is unknown color: approx Mardi Gras. HEX triplet: 41, 0F and 39. RGB value is (65,15,57). Sum of RGB (Red+Green+Blue) = 65+15+57=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #410F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F39 is #BEF0C6. Grayscale: #222222. Windows color (decimal): -12513479 or 3739457. OLE color: 3739457.

HSL color Cylindrical-coordinate representation of color #410F39: hue angle of 309.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F39 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB651557-
CMYK00.770.120.75
HSL309.6º62.5%15.69%-
HSV(B)309.6º76.92%25.49%-
XYZ3.091.764.05-
YUV34.74140.56149.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.45%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=47.45%
G=10.95%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65155700.770.120.75309.662.515.69
Hex41F3904DC4B1363e10
Octal10117710115141134667620
Binary10000011111111001010011011100100101110011011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,15,57); }

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

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

 a { background-color: rgb(65,15,57); }

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

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

 span { border-color: rgb(65,15,57); }

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