#401A3A

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

Shades of Mardi Gras #401A3A

Tints of Mardi Gras #401A3A

Color information

#401A3A (or 0x401A3A) is unknown color: approx Mardi Gras. HEX triplet: 40, 1A and 3A. RGB value is (64,26,58). Sum of RGB (Red+Green+Blue) = 64+26+58=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #401A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A3A is #BFE5C5. Grayscale: #282828. Windows color (decimal): -12576198 or 3807808. OLE color: 3807808.

HSL color Cylindrical-coordinate representation of color #401A3A: hue angle of 309.47º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #401A3A is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB642658-
CMYK00.590.090.75
HSL309.47º42.22%17.65%-
HSV(B)309.47º59.38%25.1%-
XYZ3.252.134.24-
YUV41.01137.59144.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=43.24%
G=17.57%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64265800.590.090.75309.4742.2217.65
Hex401A3A03B94B1352a12
Octal1003272073111134655222
Binary10000001101011101001110111001100101110011010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401A3A; }

 p { color: rgb(64,26,58); }

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

<style>
 a { background-color: #401A3A; }

 a { background-color: rgb(64,26,58); }

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

<style>
 span { border-color: #401A3A; }

 span { border-color: rgb(64,26,58); }

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