#451349

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

Shades of Mardi Gras #451349

Tints of Mardi Gras #451349

Color information

#451349 (or 0x451349) is unknown color: approx Mardi Gras. HEX triplet: 45, 13 and 49. RGB value is (69,19,73). Sum of RGB (Red+Green+Blue) = 69+19+73=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #451349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451349 is #BAECB6. Grayscale: #272727. Windows color (decimal): -12250295 or 4789061. OLE color: 4789061.

HSL color Cylindrical-coordinate representation of color #451349: hue angle of 295.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451349 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB691973-
CMYK0.050.7400.71
HSL295.56º58.7%18.04%-
HSV(B)295.56º73.97%28.63%-
XYZ3.892.216.53-
YUV40.11146.56148.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 73 (28.91% from 255) = 45.34%
R=42.86%
G=11.80%
B=45.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6919730.050.7400.71295.5658.718.04
Hex45134954A0471283b12
Octal10523111511201074507322
Binary100010110011100100110110010100100011110010100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451349; }

 p { color: rgb(69,19,73); }

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

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

 a { background-color: rgb(69,19,73); }

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

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

 span { border-color: rgb(69,19,73); }

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