#41093C

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

Shades of Mardi Gras #41093C

Tints of Mardi Gras #41093C

Color information

#41093C (or 0x41093C) is unknown color: approx Mardi Gras. HEX triplet: 41, 09 and 3C. RGB value is (65,9,60). Sum of RGB (Red+Green+Blue) = 65+9+60=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093C is #BEF6C3. Grayscale: #1F1F1F. Windows color (decimal): -12515012 or 3934529. OLE color: 3934529.

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

Color convert

RGB65960-
CMYK00.860.080.75
HSL305.36º75.68%14.51%-
HSV(B)305.36º86.15%25.49%-
XYZ3.091.654.43-
YUV31.56144.05151.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 9 (3.91% from 255) = 6.72%
BLUE value IS 60 (23.83% from 255) = 44.78%
R=48.51%
G=6.72%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6596000.860.080.75305.3675.6814.51
Hex4193C05684B1314cf
Octal101117401261011346111417
Binary10000011001111100010101101000100101110011000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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