#41133A

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

Shades of Mardi Gras #41133A

Tints of Mardi Gras #41133A

Color information

#41133A (or 0x41133A) is unknown color: approx Mardi Gras. HEX triplet: 41, 13 and 3A. RGB value is (65,19,58). Sum of RGB (Red+Green+Blue) = 65+19+58=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41133A is #BEECC5. Grayscale: #252525. Windows color (decimal): -12512454 or 3806017. OLE color: 3806017.

HSL color Cylindrical-coordinate representation of color #41133A: hue angle of 309.13º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41133A is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB651958-
CMYK00.710.110.75
HSL309.13º54.76%16.47%-
HSV(B)309.13º70.77%25.49%-
XYZ3.181.94.2-
YUV37.2139.74147.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=45.77%
G=13.38%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65195800.710.110.75309.1354.7616.47
Hex41133A047B4B1353710
Octal10123720107131134656720
Binary100000110011111010010001111011100101110011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41133A; }

 p { color: rgb(65,19,58); }

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

<style>
 a { background-color: #41133A; }

 a { background-color: rgb(65,19,58); }

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

<style>
 span { border-color: #41133A; }

 span { border-color: rgb(65,19,58); }

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