#411C3B

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

Shades of Mardi Gras #411C3B

Tints of Mardi Gras #411C3B

Color information

#411C3B (or 0x411C3B) is unknown color: approx Mardi Gras. HEX triplet: 41, 1C and 3B. RGB value is (65,28,59). Sum of RGB (Red+Green+Blue) = 65+28+59=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3B is #BEE3C4. Grayscale: #2A2A2A. Windows color (decimal): -12510149 or 3873857. OLE color: 3873857.

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

Color convert

RGB652859-
CMYK00.570.090.75
HSL309.73º39.78%18.24%-
HSV(B)309.73º56.92%25.49%-
XYZ3.382.274.4-
YUV42.6137.26143.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=42.76%
G=18.42%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65285900.570.090.75309.7339.7818.24
Hex411C3B03994B1362812
Octal1013473071111134665022
Binary10000011110011101101110011001100101110011011010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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