#441A3E

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

Shades of Mardi Gras #441A3E

Tints of Mardi Gras #441A3E

Color information

#441A3E (or 0x441A3E) is unknown color: approx Mardi Gras. HEX triplet: 44, 1A and 3E. RGB value is (68,26,62). Sum of RGB (Red+Green+Blue) = 68+26+62=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #441A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A3E is #BBE5C1. Grayscale: #2A2A2A. Windows color (decimal): -12314050 or 4069956. OLE color: 4069956.

HSL color Cylindrical-coordinate representation of color #441A3E: hue angle of 308.57º 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 #441A3E is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB682662-
CMYK00.620.090.73
HSL308.57º44.68%18.43%-
HSV(B)308.57º61.76%26.67%-
XYZ3.622.324.81-
YUV42.66138.91146.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.59%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=43.59%
G=16.67%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68266200.620.090.73308.5744.6818.43
Hex441A3E03E9491352d12
Octal1043276076111114655522
Binary10001001101011111001111101001100100110011010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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