#440E3D

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

Shades of Mardi Gras #440E3D

Tints of Mardi Gras #440E3D

Color information

#440E3D (or 0x440E3D) is unknown color: approx Mardi Gras. HEX triplet: 44, 0E and 3D. RGB value is (68,14,61). Sum of RGB (Red+Green+Blue) = 68+14+61=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #440E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E3D is #BBF1C2. Grayscale: #232323. Windows color (decimal): -12317123 or 4001348. OLE color: 4001348.

HSL color Cylindrical-coordinate representation of color #440E3D: hue angle of 307.78º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E3D is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB681461-
CMYK00.790.100.73
HSL307.78º65.85%16.08%-
HSV(B)307.78º79.41%26.67%-
XYZ3.381.884.6-
YUV35.5142.39151.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 14 (5.86% from 255) = 9.79%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=47.55%
G=9.79%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68146100.790.100.73307.7865.8516.08
Hex44E3D04FA491344210
Octal104167501171211146410220
Binary100010011101111010100111110101001001100110100100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440E3D; }

 p { color: rgb(68,14,61); }

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

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

 a { background-color: rgb(68,14,61); }

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

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

 span { border-color: rgb(68,14,61); }

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