#441945

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

Shades of Mardi Gras #441945

Tints of Mardi Gras #441945

Color information

#441945 (or 0x441945) is unknown color: approx Mardi Gras. HEX triplet: 44, 19 and 45. RGB value is (68,25,69). Sum of RGB (Red+Green+Blue) = 68+25+69=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 69 - color contains mainly: blue. Hex color #441945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441945 is #BBE6BA. Grayscale: #2A2A2A. Windows color (decimal): -12314299 or 4528452. OLE color: 4528452.

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

Color convert

RGB682569-
CMYK0.010.6400.73
HSL298.64º46.81%18.43%-
HSV(B)298.64º63.77%27.06%-
XYZ3.812.355.88-
YUV42.87142.75145.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.98%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=41.98%
G=15.43%
B=42.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6825690.010.6400.73298.6446.8118.43
Hex44194514004912b2f12
Octal10431105110001114535722
Binary1000100110011000101110000000100100110010101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441945; }

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

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

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

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

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

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

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

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