#441A3D

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

Shades of Mardi Gras #441A3D

Tints of Mardi Gras #441A3D

Color information

#441A3D (or 0x441A3D) is unknown color: approx Mardi Gras. HEX triplet: 44, 1A and 3D. RGB value is (68,26,61). Sum of RGB (Red+Green+Blue) = 68+26+61=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #441A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A3D is #BBE5C2. Grayscale: #2A2A2A. Windows color (decimal): -12314051 or 4004420. OLE color: 4004420.

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

Color convert

RGB682661-
CMYK00.620.100.73
HSL310º44.68%18.43%-
HSV(B)310º61.76%26.67%-
XYZ3.62.34.67-
YUV42.55138.41146.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=43.87%
G=16.77%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68266100.620.100.7331044.6818.43
Hex441A3D03EA491362d12
Octal1043275076121114665522
Binary10001001101011110101111101010100100110011011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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