#451345

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

Shades of Mardi Gras #451345

Tints of Mardi Gras #451345

Color information

#451345 (or 0x451345) is unknown color: approx Mardi Gras. HEX triplet: 45, 13 and 45. RGB value is (69,19,69). Sum of RGB (Red+Green+Blue) = 69+19+69=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: red, blue. Hex color #451345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451345 is #BAECBA. Grayscale: #272727. Windows color (decimal): -12250299 or 4526917. OLE color: 4526917.

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

Color convert

RGB691969-
CMYK00.7200.73
HSL300º56.82%17.25%-
HSV(B)300º72.46%27.06%-
XYZ3.762.165.85-
YUV39.65144.56148.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=43.95%
G=12.10%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69196900.7200.7330056.8217.25
Hex45134504804912c3911
Octal10523105011001114547121
Binary1000101100111000101010010000100100110010110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451345; }

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

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

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

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

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

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

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

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