#41193E

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

Shades of Mardi Gras #41193E

Tints of Mardi Gras #41193E

Color information

#41193E (or 0x41193E) is unknown color: approx Mardi Gras. HEX triplet: 41, 19 and 3E. RGB value is (65,25,62). Sum of RGB (Red+Green+Blue) = 65+25+62=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41193E is #BEE6C1. Grayscale: #292929. Windows color (decimal): -12510914 or 4069697. OLE color: 4069697.

HSL color Cylindrical-coordinate representation of color #41193E: hue angle of 304.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41193E is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB652562-
CMYK00.620.050.75
HSL304.5º44.44%17.65%-
HSV(B)304.5º61.54%25.49%-
XYZ3.42.174.8-
YUV41.18139.75144.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 25 (10.16% from 255) = 16.45%
BLUE value IS 62 (24.61% from 255) = 40.79%
R=42.76%
G=16.45%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65256200.620.050.75304.544.4417.65
Hex41193E03E54B1302c12
Octal101317607651134605422
Binary1000001110011111100111110101100101110011000010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41193E; }

 p { color: rgb(65,25,62); }

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

<style>
 a { background-color: #41193E; }

 a { background-color: rgb(65,25,62); }

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

<style>
 span { border-color: #41193E; }

 span { border-color: rgb(65,25,62); }

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