#400F3E

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

Shades of Mardi Gras #400F3E

Tints of Mardi Gras #400F3E

Color information

#400F3E (or 0x400F3E) is unknown color: approx Mardi Gras. HEX triplet: 40, 0F and 3E. RGB value is (64,15,62). Sum of RGB (Red+Green+Blue) = 64+15+62=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #400F3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F3E is #BFF0C1. Grayscale: #222222. Windows color (decimal): -12579010 or 4067136. OLE color: 4067136.

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

Color convert

RGB641562-
CMYK00.770.030.75
HSL302.45º62.03%15.49%-
HSV(B)302.45º76.56%25.1%-
XYZ3.151.784.73-
YUV35.01143.23148.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.39%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=45.39%
G=10.64%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64156200.770.030.75302.4562.0315.49
Hex40F3E04D34B12e3ef
Octal1001776011531134567617
Binary10000001111111110010011011110010111001011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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