#40143A

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

Shades of Mardi Gras #40143A

Tints of Mardi Gras #40143A

Color information

#40143A (or 0x40143A) is unknown color: approx Mardi Gras. HEX triplet: 40, 14 and 3A. RGB value is (64,20,58). Sum of RGB (Red+Green+Blue) = 64+20+58=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #40143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40143A is #BFEBC5. Grayscale: #252525. Windows color (decimal): -12577734 or 3806272. OLE color: 3806272.

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

Color convert

RGB642058-
CMYK00.690.090.75
HSL308.18º52.38%16.47%-
HSV(B)308.18º68.75%25.1%-
XYZ3.131.94.2-
YUV37.49139.58146.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=45.07%
G=14.08%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64205800.690.090.75308.1852.3816.47
Hex40143A04594B1343410
Octal10024720105111134646420
Binary100000010100111010010001011001100101110011010011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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