#440B41

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

Shades of Mardi Gras #440B41

Tints of Mardi Gras #440B41

Color information

#440B41 (or 0x440B41) is unknown color: approx Mardi Gras. HEX triplet: 44, 0B and 41. RGB value is (68,11,65). Sum of RGB (Red+Green+Blue) = 68+11+65=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #440B41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B41 is #BBF4BE. Grayscale: #222222. Windows color (decimal): -12317887 or 4262724. OLE color: 4262724.

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

Color convert

RGB681165-
CMYK00.840.040.73
HSL303.16º72.15%15.49%-
HSV(B)303.16º83.82%26.67%-
XYZ3.461.855.18-
YUV34.2145.38152.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 65 (25.78% from 255) = 45.14%
R=47.22%
G=7.64%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68116500.840.040.73303.1672.1515.49
Hex44B4105444912f48f
Octal104131010124411145711017
Binary10001001011100000101010100100100100110010111110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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