#41043A

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

Shades of Mardi Gras #41043A

Tints of Mardi Gras #41043A

Color information

#41043A (or 0x41043A) is unknown color: approx Mardi Gras. HEX triplet: 41, 04 and 3A. RGB value is (65,4,58). Sum of RGB (Red+Green+Blue) = 65+4+58=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41043A is #BEFBC5. Grayscale: #1C1C1C. Windows color (decimal): -12516294 or 3802177. OLE color: 3802177.

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

Color convert

RGB65458-
CMYK00.940.110.75
HSL306.89º88.41%13.53%-
HSV(B)306.89º93.85%25.49%-
XYZ2.991.524.14-
YUV28.39144.71154.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=51.18%
G=3.15%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6545800.940.110.75306.8988.4113.53
Hex4143A05EB4B13358e
Octal10147201361311346313016
Binary1000001100111010010111101011100101110011001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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