#41053B

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

Shades of Mardi Gras #41053B

Tints of Mardi Gras #41053B

Color information

#41053B (or 0x41053B) is unknown color: approx Mardi Gras. HEX triplet: 41, 05 and 3B. RGB value is (65,5,59). Sum of RGB (Red+Green+Blue) = 65+5+59=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41053B is #BEFAC4. Grayscale: #1C1C1C. Windows color (decimal): -12516037 or 3867969. OLE color: 3867969.

HSL color Cylindrical-coordinate representation of color #41053B: hue angle of 306º 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 #41053B is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB65559-
CMYK00.920.090.75
HSL306º85.71%13.73%-
HSV(B)306º92.31%25.49%-
XYZ3.021.554.28-
YUV29.1144.88153.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=50.39%
G=3.88%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6555900.920.090.7530685.7113.73
Hex4153B05C94B13256e
Octal10157301341111346212616
Binary1000001101111011010111001001100101110011001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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