#410F3E

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

Shades of Mardi Gras #410F3E

Tints of Mardi Gras #410F3E

Color information

#410F3E (or 0x410F3E) is unknown color: approx Mardi Gras. HEX triplet: 41, 0F and 3E. RGB value is (65,15,62). Sum of RGB (Red+Green+Blue) = 65+15+62=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #410F3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F3E is #BEF0C1. Grayscale: #232323. Windows color (decimal): -12513474 or 4067137. OLE color: 4067137.

HSL color Cylindrical-coordinate representation of color #410F3E: hue angle of 303.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 #410F3E is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB651562-
CMYK00.770.050.75
HSL303.6º62.5%15.69%-
HSV(B)303.6º76.92%25.49%-
XYZ3.221.814.74-
YUV35.31143.06149.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=45.77%
G=10.56%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65156200.770.050.75303.662.515.69
Hex41F3E04D54B1303e10
Octal1011776011551134607620
Binary1000001111111111001001101101100101110011000011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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