#41053A

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

Shades of Mardi Gras #41053A

Tints of Mardi Gras #41053A

Color information

#41053A (or 0x41053A) is unknown color: approx Mardi Gras. HEX triplet: 41, 05 and 3A. RGB value is (65,5,58). Sum of RGB (Red+Green+Blue) = 65+5+58=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41053A is #BEFAC5. Grayscale: #1C1C1C. Windows color (decimal): -12516038 or 3802433. OLE color: 3802433.

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

Color convert

RGB65558-
CMYK00.920.110.75
HSL307º85.71%13.73%-
HSV(B)307º92.31%25.49%-
XYZ31.544.14-
YUV28.98144.38153.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=50.78%
G=3.91%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6555800.920.110.7530785.7113.73
Hex4153A05CB4B13356e
Octal10157201341311346312616
Binary1000001101111010010111001011100101110011001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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