#411C3D

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

Shades of Mardi Gras #411C3D

Tints of Mardi Gras #411C3D

Color information

#411C3D (or 0x411C3D) is unknown color: approx Mardi Gras. HEX triplet: 41, 1C and 3D. RGB value is (65,28,61). Sum of RGB (Red+Green+Blue) = 65+28+61=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3D is #BEE3C2. Grayscale: #2A2A2A. Windows color (decimal): -12510147 or 4004929. OLE color: 4004929.

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

Color convert

RGB652861-
CMYK00.570.060.75
HSL306.49º39.78%18.24%-
HSV(B)306.49º56.92%25.49%-
XYZ3.442.294.68-
YUV42.82138.26143.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.21%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 61 (24.22% from 255) = 39.61%
R=42.21%
G=18.18%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65286100.570.060.75306.4939.7818.24
Hex411C3D03964B1322812
Octal101347507161134625022
Binary1000001111001111010111001110100101110011001010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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