#451D41

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

Shades of Mardi Gras #451D41

Tints of Mardi Gras #451D41

Color information

#451D41 (or 0x451D41) is unknown color: approx Mardi Gras. HEX triplet: 45, 1D and 41. RGB value is (69,29,65). Sum of RGB (Red+Green+Blue) = 69+29+65=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 69 - color contains mainly: red. Hex color #451D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451D41 is #BAE2BE. Grayscale: #2C2C2C. Windows color (decimal): -12247743 or 4267333. OLE color: 4267333.

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

Color convert

RGB692965-
CMYK00.580.060.73
HSL306º40.82%19.22%-
HSV(B)306º57.97%27.06%-
XYZ3.852.535.29-
YUV45.06139.25145.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=42.33%
G=17.79%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69296500.580.060.7330640.8219.22
Hex451D4103A6491322913
Octal1053510107261114625123
Binary10001011110110000010111010110100100110011001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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