#41163C

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

Shades of Mardi Gras #41163C

Tints of Mardi Gras #41163C

Color information

#41163C (or 0x41163C) is unknown color: approx Mardi Gras. HEX triplet: 41, 16 and 3C. RGB value is (65,22,60). Sum of RGB (Red+Green+Blue) = 65+22+60=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41163C is #BEE9C3. Grayscale: #272727. Windows color (decimal): -12511684 or 3937857. OLE color: 3937857.

HSL color Cylindrical-coordinate representation of color #41163C: hue angle of 306.98º 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 #41163C is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB652260-
CMYK00.660.080.75
HSL306.98º49.43%17.06%-
HSV(B)306.98º66.15%25.49%-
XYZ3.282.024.49-
YUV39.19139.75146.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 60 (23.83% from 255) = 40.82%
R=44.22%
G=14.97%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65226000.660.080.75306.9849.4317.06
Hex41163C04284B1333111
Octal10126740102101134636121
Binary100000110110111100010000101000100101110011001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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