#411B3A

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

Shades of Mardi Gras #411B3A

Tints of Mardi Gras #411B3A

Color information

#411B3A (or 0x411B3A) is unknown color: approx Mardi Gras. HEX triplet: 41, 1B and 3A. RGB value is (65,27,58). Sum of RGB (Red+Green+Blue) = 65+27+58=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #411B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B3A is #BEE4C5. Grayscale: #292929. Windows color (decimal): -12510406 or 3808065. OLE color: 3808065.

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

Color convert

RGB652758-
CMYK00.580.110.75
HSL311.05º41.3%18.04%-
HSV(B)311.05º58.46%25.49%-
XYZ3.342.214.25-
YUV41.9137.09144.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=43.33%
G=18%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65275800.580.110.75311.0541.318.04
Hex411B3A03AB4B1372912
Octal1013372072131134675122
Binary10000011101111101001110101011100101110011011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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