#41183C

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

Shades of Mardi Gras #41183C

Tints of Mardi Gras #41183C

Color information

#41183C (or 0x41183C) is unknown color: approx Mardi Gras. HEX triplet: 41, 18 and 3C. RGB value is (65,24,60). Sum of RGB (Red+Green+Blue) = 65+24+60=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 60 (23.83% from 255 or 40.27% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183C is #BEE7C3. Grayscale: #282828. Windows color (decimal): -12511172 or 3938369. OLE color: 3938369.

HSL color Cylindrical-coordinate representation of color #41183C: hue angle of 307.32º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41183C is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB652460-
CMYK00.630.080.75
HSL307.32º46.07%17.45%-
HSV(B)307.32º63.08%25.49%-
XYZ3.322.14.51-
YUV40.36139.08145.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.62%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 60 (23.83% from 255) = 40.27%
R=43.62%
G=16.11%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65246000.630.080.75307.3246.0717.45
Hex41183C03F84B1332e11
Octal1013074077101134635621
Binary10000011100011110001111111000100101110011001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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