#41163E

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

Shades of Mardi Gras #41163E

Tints of Mardi Gras #41163E

Color information

#41163E (or 0x41163E) is unknown color: approx Mardi Gras. HEX triplet: 41, 16 and 3E. RGB value is (65,22,62). Sum of RGB (Red+Green+Blue) = 65+22+62=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41163E is #BEE9C1. Grayscale: #272727. Windows color (decimal): -12511682 or 4068929. OLE color: 4068929.

HSL color Cylindrical-coordinate representation of color #41163E: hue angle of 304.19º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41163E is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB652262-
CMYK00.660.050.75
HSL304.19º49.43%17.06%-
HSV(B)304.19º66.15%25.49%-
XYZ3.342.054.78-
YUV39.42140.75146.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=43.62%
G=14.77%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65226200.660.050.75304.1949.4317.06
Hex41163E04254B1303111
Octal1012676010251134606121
Binary10000011011011111001000010101100101110011000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41163E; }

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

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

<style>
 a { background-color: #41163E; }

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

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

<style>
 span { border-color: #41163E; }

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

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