#440C41

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

Shades of Mardi Gras #440C41

Tints of Mardi Gras #440C41

Color information

#440C41 (or 0x440C41) is unknown color: approx Mardi Gras. HEX triplet: 44, 0C and 41. RGB value is (68,12,65). Sum of RGB (Red+Green+Blue) = 68+12+65=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #440C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C41 is #BBF3BE. Grayscale: #222222. Windows color (decimal): -12317631 or 4262980. OLE color: 4262980.

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

Color convert

RGB681265-
CMYK00.820.040.73
HSL303.21º70%15.69%-
HSV(B)303.21º82.35%26.67%-
XYZ3.471.875.18-
YUV34.79145.05151.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 12 (5.08% from 255) = 8.28%
BLUE value IS 65 (25.78% from 255) = 44.83%
R=46.90%
G=8.28%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68126500.820.040.73303.217015.69
Hex44C4105244912f4610
Octal104141010122411145710620
Binary100010011001000001010100101001001001100101111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,12,65); }

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

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

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

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

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

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

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