#400841

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

Shades of Mardi Gras #400841

Tints of Mardi Gras #400841

Color information

#400841 (or 0x400841) is unknown color: approx Mardi Gras. HEX triplet: 40, 08 and 41. RGB value is (64,8,65). Sum of RGB (Red+Green+Blue) = 64+8+65=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #400841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400841 is #BFF7BE. Grayscale: #1F1F1F. Windows color (decimal): -12580799 or 4261952. OLE color: 4261952.

HSL color Cylindrical-coordinate representation of color #400841: hue angle of 298.95º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400841 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB64865-
CMYK0.020.8800.75
HSL298.95º78.08%14.31%-
HSV(B)298.95º87.69%25.49%-
XYZ3.161.655.15-
YUV31.24147.05151.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=46.72%
G=5.84%
B=47.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal648650.020.8800.75298.9578.0814.31
Hex4084125804B12b4ee
Octal100101012130011345311616
Binary1000000100010000011010110000100101110010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400841; }

 p { color: rgb(64,8,65); }

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

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

 a { background-color: rgb(64,8,65); }

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

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

 span { border-color: rgb(64,8,65); }

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