#440F3D

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

Shades of Mardi Gras #440F3D

Tints of Mardi Gras #440F3D

Color information

#440F3D (or 0x440F3D) is unknown color: approx Mardi Gras. HEX triplet: 44, 0F and 3D. RGB value is (68,15,61). Sum of RGB (Red+Green+Blue) = 68+15+61=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #440F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F3D is #BBF0C2. Grayscale: #232323. Windows color (decimal): -12316867 or 4001604. OLE color: 4001604.

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

Color convert

RGB681561-
CMYK00.780.100.73
HSL307.92º63.86%16.27%-
HSV(B)307.92º77.94%26.67%-
XYZ3.41.914.6-
YUV36.09142.06150.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=47.22%
G=10.42%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68156100.780.100.73307.9263.8616.27
Hex44F3D04EA491344010
Octal104177501161211146410020
Binary100010011111111010100111010101001001100110100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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