#451D42

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

Shades of Mardi Gras #451D42

Tints of Mardi Gras #451D42

Color information

#451D42 (or 0x451D42) is unknown color: approx Mardi Gras. HEX triplet: 45, 1D and 42. RGB value is (69,29,66). Sum of RGB (Red+Green+Blue) = 69+29+66=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #451D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D42 is #BAE2BD. Grayscale: #2D2D2D. Windows color (decimal): -12247742 or 4332869. OLE color: 4332869.

HSL color Cylindrical-coordinate representation of color #451D42: hue angle of 304.5º 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 #451D42 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB692966-
CMYK00.580.040.73
HSL304.5º40.82%19.22%-
HSV(B)304.5º57.97%27.06%-
XYZ3.882.545.44-
YUV45.18139.75144.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 29 (11.72% from 255) = 17.68%
BLUE value IS 66 (26.17% from 255) = 40.24%
R=42.07%
G=17.68%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69296600.580.040.73304.540.8219.22
Hex451D4203A4491302913
Octal1053510207241114605123
Binary10001011110110000100111010100100100110011000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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