#41143B

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

Shades of Mardi Gras #41143B

Tints of Mardi Gras #41143B

Color information

#41143B (or 0x41143B) is unknown color: approx Mardi Gras. HEX triplet: 41, 14 and 3B. RGB value is (65,20,59). Sum of RGB (Red+Green+Blue) = 65+20+59=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41143B is #BEEBC4. Grayscale: #252525. Windows color (decimal): -12512197 or 3871809. OLE color: 3871809.

HSL color Cylindrical-coordinate representation of color #41143B: hue angle of 308º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41143B is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB652059-
CMYK00.690.090.75
HSL308º52.94%16.67%-
HSV(B)308º69.23%25.49%-
XYZ3.221.944.34-
YUV37.9139.91147.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=45.14%
G=13.89%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65205900.690.090.7530852.9416.67
Hex41143B04594B1343511
Octal10124730105111134646521
Binary100000110100111011010001011001100101110011010011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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