#411C3C

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

Shades of Mardi Gras #411C3C

Tints of Mardi Gras #411C3C

Color information

#411C3C (or 0x411C3C) is unknown color: approx Mardi Gras. HEX triplet: 41, 1C and 3C. RGB value is (65,28,60). Sum of RGB (Red+Green+Blue) = 65+28+60=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3C is #BEE3C3. Grayscale: #2A2A2A. Windows color (decimal): -12510148 or 3939393. OLE color: 3939393.

HSL color Cylindrical-coordinate representation of color #411C3C: hue angle of 308.11º 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 #411C3C is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB652860-
CMYK00.570.080.75
HSL308.11º39.78%18.24%-
HSV(B)308.11º56.92%25.49%-
XYZ3.412.284.54-
YUV42.71137.76143.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 60 (23.83% from 255) = 39.22%
R=42.48%
G=18.30%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65286000.570.080.75308.1139.7818.24
Hex411C3C03984B1342812
Octal1013474071101134645022
Binary10000011110011110001110011000100101110011010010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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