#41113A

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

Shades of Mardi Gras #41113A

Tints of Mardi Gras #41113A

Color information

#41113A (or 0x41113A) is unknown color: approx Mardi Gras. HEX triplet: 41, 11 and 3A. RGB value is (65,17,58). Sum of RGB (Red+Green+Blue) = 65+17+58=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41113A is #BEEEC5. Grayscale: #232323. Windows color (decimal): -12512966 or 3805505. OLE color: 3805505.

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

Color convert

RGB651758-
CMYK00.740.110.75
HSL308.75º58.54%16.08%-
HSV(B)308.75º73.85%25.49%-
XYZ3.141.834.19-
YUV36.03140.4148.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=46.43%
G=12.14%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65175800.740.110.75308.7558.5416.08
Hex41113A04AB4B1353b10
Octal10121720112131134657320
Binary100000110001111010010010101011100101110011010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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