#41073C

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

Shades of Mardi Gras #41073C

Tints of Mardi Gras #41073C

Color information

#41073C (or 0x41073C) is unknown color: approx Mardi Gras. HEX triplet: 41, 07 and 3C. RGB value is (65,7,60). Sum of RGB (Red+Green+Blue) = 65+7+60=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41073C is #BEF8C3. Grayscale: #1E1E1E. Windows color (decimal): -12515524 or 3934017. OLE color: 3934017.

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

Color convert

RGB65760-
CMYK00.890.080.75
HSL305.17º80.56%14.12%-
HSV(B)305.17º89.23%25.49%-
XYZ3.071.64.42-
YUV30.38144.72152.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=49.24%
G=5.30%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6576000.890.080.75305.1780.5614.12
Hex4173C05984B13151e
Octal10177401311011346112116
Binary1000001111111100010110011000100101110011000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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