#400F38

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

Shades of Mardi Gras #400F38

Tints of Mardi Gras #400F38

Color information

#400F38 (or 0x400F38) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 38. RGB value is (64,15,56). Sum of RGB (Red+Green+Blue) = 64+15+56=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #400F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F38 is #BFF0C7. Grayscale: #222222. Windows color (decimal): -12579016 or 3673920. OLE color: 3673920.

HSL color Cylindrical-coordinate representation of color #400F38: hue angle of 309.8º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #400F38 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB641556-
CMYK00.770.130.75
HSL309.8º62.03%15.49%-
HSV(B)309.8º76.56%25.1%-
XYZ31.723.91-
YUV34.33140.23149.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=47.41%
G=11.11%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64155600.770.130.75309.862.0315.49
Hex40F3804DD4B1363ef
Octal10017700115151134667617
Binary1000000111111100001001101110110010111001101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400F38; }

 p { color: rgb(64,15,56); }

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

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

 a { background-color: rgb(64,15,56); }

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

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

 span { border-color: rgb(64,15,56); }

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