#40133A

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

Shades of Mardi Gras #40133A

Tints of Mardi Gras #40133A

Color information

#40133A (or 0x40133A) is unknown color: approx Mardi Gras. HEX triplet: 40, 13 and 3A. RGB value is (64,19,58). Sum of RGB (Red+Green+Blue) = 64+19+58=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #40133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40133A is #BFECC5. Grayscale: #242424. Windows color (decimal): -12577990 or 3806016. OLE color: 3806016.

HSL color Cylindrical-coordinate representation of color #40133A: hue angle of 308º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40133A is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB641958-
CMYK00.700.090.75
HSL308º54.22%16.27%-
HSV(B)308º70.31%25.1%-
XYZ3.111.864.2-
YUV36.9139.91147.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=45.39%
G=13.48%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64195800.700.090.7530854.2216.27
Hex40133A04694B1343610
Octal10023720106111134646620
Binary100000010011111010010001101001100101110011010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40133A; }

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

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

<style>
 a { background-color: #40133A; }

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

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

<style>
 span { border-color: #40133A; }

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

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