#451D45

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

Shades of Mardi Gras #451D45

Tints of Mardi Gras #451D45

Color information

#451D45 (or 0x451D45) is unknown color: approx Mardi Gras. HEX triplet: 45, 1D and 45. RGB value is (69,29,69). Sum of RGB (Red+Green+Blue) = 69+29+69=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: red, blue. Hex color #451D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D45 is #BAE2BA. Grayscale: #2D2D2D. Windows color (decimal): -12247739 or 4529477. OLE color: 4529477.

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

Color convert

RGB692969-
CMYK00.5800.73
HSL300º40.82%19.22%-
HSV(B)300º57.97%27.06%-
XYZ3.972.575.92-
YUV45.52141.25144.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=41.32%
G=17.37%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69296900.5800.7330040.8219.22
Hex451D4503A04912c2913
Octal1053510507201114545123
Binary100010111101100010101110100100100110010110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451D45; }

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

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

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

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

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

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

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

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