#441E45

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

Shades of Mardi Gras #441E45

Tints of Mardi Gras #441E45

Color information

#441E45 (or 0x441E45) is unknown color: approx Mardi Gras. HEX triplet: 44, 1E and 45. RGB value is (68,30,69). Sum of RGB (Red+Green+Blue) = 68+30+69=167 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.72% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #441E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E45 is #BBE1BA. Grayscale: #2D2D2D. Windows color (decimal): -12313019 or 4529732. OLE color: 4529732.

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

Color convert

RGB683069-
CMYK0.010.5700.73
HSL298.46º39.39%19.41%-
HSV(B)298.46º56.52%27.06%-
XYZ3.922.595.92-
YUV45.81141.09143.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.72%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=40.72%
G=17.96%
B=41.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6830690.010.5700.73298.4639.3919.41
Hex441E4513904912a2713
Octal1043610517101114524723
Binary100010011110100010111110010100100110010101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,30,69); }

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

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

 a { background-color: rgb(68,30,69); }

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

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

 span { border-color: rgb(68,30,69); }

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