#400947

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

Shades of Mardi Gras #400947

Tints of Mardi Gras #400947

Color information

#400947 (or 0x400947) is unknown color: approx Mardi Gras. HEX triplet: 40, 09 and 47. RGB value is (64,9,71). Sum of RGB (Red+Green+Blue) = 64+9+71=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #400947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400947 is #BFF6B8. Grayscale: #202020. Windows color (decimal): -12580537 or 4655424. OLE color: 4655424.

HSL color Cylindrical-coordinate representation of color #400947: hue angle of 293.23º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400947 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB64971-
CMYK0.100.8700.72
HSL293.23º77.5%15.69%-
HSV(B)293.23º87.32%27.84%-
XYZ3.351.746.12-
YUV32.51149.72150.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.44%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=44.44%
G=6.25%
B=49.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal649710.100.8700.72293.2377.515.69
Hex40947A570481254e10
Octal1001110712127011044511620
Binary1000000100110001111010101011101001000100100101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400947; }

 p { color: rgb(64,9,71); }

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

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

 a { background-color: rgb(64,9,71); }

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

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

 span { border-color: rgb(64,9,71); }

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