#400F3C

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

Shades of Mardi Gras #400F3C

Tints of Mardi Gras #400F3C

Color information

#400F3C (or 0x400F3C) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 3C. RGB value is (64,15,60). Sum of RGB (Red+Green+Blue) = 64+15+60=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #400F3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F3C is #BFF0C3. Grayscale: #222222. Windows color (decimal): -12579012 or 3936064. OLE color: 3936064.

HSL color Cylindrical-coordinate representation of color #400F3C: hue angle of 304.9º 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 #400F3C is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB641560-
CMYK00.770.060.75
HSL304.9º62.03%15.49%-
HSV(B)304.9º76.56%25.1%-
XYZ3.11.764.45-
YUV34.78142.23148.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.04%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=46.04%
G=10.79%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64156000.770.060.75304.962.0315.49
Hex40F3C04D64B1313ef
Octal1001774011561134617617
Binary100000011111111000100110111010010111001100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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