#411C3A

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

Shades of Mardi Gras #411C3A

Tints of Mardi Gras #411C3A

Color information

#411C3A (or 0x411C3A) is unknown color: approx Mardi Gras. HEX triplet: 41, 1C and 3A. RGB value is (65,28,58). Sum of RGB (Red+Green+Blue) = 65+28+58=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3A is #BEE3C5. Grayscale: #2A2A2A. Windows color (decimal): -12510150 or 3808321. OLE color: 3808321.

HSL color Cylindrical-coordinate representation of color #411C3A: hue angle of 311.35º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C3A is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB652858-
CMYK00.570.110.75
HSL311.35º39.78%18.24%-
HSV(B)311.35º56.92%25.49%-
XYZ3.362.264.26-
YUV42.48136.76144.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=43.05%
G=18.54%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65285800.570.110.75311.3539.7818.24
Hex411C3A039B4B1372812
Octal1013472071131134675022
Binary10000011110011101001110011011100101110011011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411C3A; }

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

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

<style>
 a { background-color: #411C3A; }

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

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

<style>
 span { border-color: #411C3A; }

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

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