#41153A

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

Shades of Mardi Gras #41153A

Tints of Mardi Gras #41153A

Color information

#41153A (or 0x41153A) is unknown color: approx Mardi Gras. HEX triplet: 41, 15 and 3A. RGB value is (65,21,58). Sum of RGB (Red+Green+Blue) = 65+21+58=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41153A is #BEEAC5. Grayscale: #262626. Windows color (decimal): -12511942 or 3806529. OLE color: 3806529.

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

Color convert

RGB652158-
CMYK00.680.110.75
HSL309.55º51.16%16.86%-
HSV(B)309.55º67.69%25.49%-
XYZ3.211.974.21-
YUV38.37139.08146.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.14%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=45.14%
G=14.58%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65215800.680.110.75309.5551.1616.86
Hex41153A044B4B1363311
Octal10125720104131134666321
Binary100000110101111010010001001011100101110011011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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