#41143F

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

Shades of Mardi Gras #41143F

Tints of Mardi Gras #41143F

Color information

#41143F (or 0x41143F) is unknown color: approx Mardi Gras. HEX triplet: 41, 14 and 3F. RGB value is (65,20,63). Sum of RGB (Red+Green+Blue) = 65+20+63=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41143F is #BEEBC0. Grayscale: #262626. Windows color (decimal): -12512193 or 4133953. OLE color: 4133953.

HSL color Cylindrical-coordinate representation of color #41143F: hue angle of 302.67º 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 #41143F is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB652063-
CMYK00.690.030.75
HSL302.67º52.94%16.67%-
HSV(B)302.67º69.23%25.49%-
XYZ3.331.984.91-
YUV38.36141.91147-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 20 (8.20% from 255) = 13.51%
BLUE value IS 63 (25% from 255) = 42.57%
R=43.92%
G=13.51%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65206300.690.030.75302.6752.9416.67
Hex41143F04534B12f3511
Octal1012477010531134576521
Binary1000001101001111110100010111100101110010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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