#441043

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

Shades of Mardi Gras #441043

Tints of Mardi Gras #441043

Color information

#441043 (or 0x441043) is unknown color: approx Mardi Gras. HEX triplet: 44, 10 and 43. RGB value is (68,16,67). Sum of RGB (Red+Green+Blue) = 68+16+67=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #441043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441043 is #BBEFBC. Grayscale: #252525. Windows color (decimal): -12316605 or 4395076. OLE color: 4395076.

HSL color Cylindrical-coordinate representation of color #441043: hue angle of 301.15º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441043 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB681667-
CMYK00.760.010.73
HSL301.15º61.9%16.47%-
HSV(B)301.15º76.47%26.67%-
XYZ3.5825.51-
YUV37.36144.73149.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 67 (26.56% from 255) = 44.37%
R=45.03%
G=10.60%
B=44.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68166700.760.010.73301.1561.916.47
Hex44104304C14912d3e10
Octal10420103011411114557620
Binary1000100100001000011010011001100100110010110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441043; }

 p { color: rgb(68,16,67); }

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

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

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

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

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

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

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