#41133B

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

Shades of Mardi Gras #41133B

Tints of Mardi Gras #41133B

Color information

#41133B (or 0x41133B) is unknown color: approx Mardi Gras. HEX triplet: 41, 13 and 3B. RGB value is (65,19,59). Sum of RGB (Red+Green+Blue) = 65+19+59=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41133B is #BEECC4. Grayscale: #252525. Windows color (decimal): -12512453 or 3871553. OLE color: 3871553.

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

Color convert

RGB651959-
CMYK00.710.090.75
HSL307.83º54.76%16.47%-
HSV(B)307.83º70.77%25.49%-
XYZ3.21.914.34-
YUV37.31140.24147.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=45.45%
G=13.29%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65195900.710.090.75307.8354.7616.47
Hex41133B04794B1343710
Octal10123730107111134646720
Binary100000110011111011010001111001100101110011010011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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