#441A43

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

Shades of Mardi Gras #441A43

Tints of Mardi Gras #441A43

Color information

#441A43 (or 0x441A43) is unknown color: approx Mardi Gras. HEX triplet: 44, 1A and 43. RGB value is (68,26,67). Sum of RGB (Red+Green+Blue) = 68+26+67=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #441A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A43 is #BBE5BC. Grayscale: #2B2B2B. Windows color (decimal): -12314045 or 4397636. OLE color: 4397636.

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

Color convert

RGB682667-
CMYK00.620.010.73
HSL301.43º44.68%18.43%-
HSV(B)301.43º61.76%26.67%-
XYZ3.772.375.57-
YUV43.23141.41145.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.24%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 67 (26.56% from 255) = 41.61%
R=42.24%
G=16.15%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68266700.620.010.73301.4344.6818.43
Hex441A4303E14912d2d12
Octal1043210307611114555522
Binary100010011010100001101111101100100110010110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A43; }

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

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

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

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

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

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

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

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