#41053C

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

Shades of Mardi Gras #41053C

Tints of Mardi Gras #41053C

Color information

#41053C (or 0x41053C) is unknown color: approx Mardi Gras. HEX triplet: 41, 05 and 3C. RGB value is (65,5,60). Sum of RGB (Red+Green+Blue) = 65+5+60=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41053C is #BEFAC3. Grayscale: #1D1D1D. Windows color (decimal): -12516036 or 3933505. OLE color: 3933505.

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

Color convert

RGB65560-
CMYK00.920.080.75
HSL305º85.71%13.73%-
HSV(B)305º92.31%25.49%-
XYZ3.051.564.42-
YUV29.21145.38153.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 3.85%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=50%
G=3.85%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6556000.920.080.7530585.7113.73
Hex4153C05C84B13156e
Octal10157401341011346112616
Binary1000001101111100010111001000100101110011000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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