#440F44

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

Shades of Mardi Gras #440F44

Tints of Mardi Gras #440F44

Color information

#440F44 (or 0x440F44) is unknown color: approx Mardi Gras. HEX triplet: 44, 0F and 44. RGB value is (68,15,68). Sum of RGB (Red+Green+Blue) = 68+15+68=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 68 (26.95% from 255 or 45.03% from 151); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #440F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F44 is #BBF0BB. Grayscale: #242424. Windows color (decimal): -12316860 or 4460356. OLE color: 4460356.

HSL color Cylindrical-coordinate representation of color #440F44: hue angle of 300º 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 #440F44 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB681568-
CMYK00.7800.73
HSL300º63.86%16.27%-
HSV(B)300º77.94%26.67%-
XYZ3.61.995.66-
YUV36.89145.56150.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 68 (26.95% from 255) = 45.03%
R=45.03%
G=9.93%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68156800.7800.7330063.8616.27
Hex44F4404E04912c4010
Octal104171040116011145410020
Binary1000100111110001000100111001001001100101100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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