#451E41

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

Shades of Mardi Gras #451E41

Tints of Mardi Gras #451E41

Color information

#451E41 (or 0x451E41) is unknown color: approx Mardi Gras. HEX triplet: 45, 1E and 41. RGB value is (69,30,65). Sum of RGB (Red+Green+Blue) = 69+30+65=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #451E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E41 is #BAE1BE. Grayscale: #2D2D2D. Windows color (decimal): -12247487 or 4267589. OLE color: 4267589.

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

Color convert

RGB693065-
CMYK00.570.060.73
HSL306.15º39.39%19.41%-
HSV(B)306.15º56.52%27.06%-
XYZ3.872.585.29-
YUV45.65138.92144.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 65 (25.78% from 255) = 39.63%
R=42.07%
G=18.29%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69306500.570.060.73306.1539.3919.41
Hex451E410396491322713
Octal1053610107161114624723
Binary10001011111010000010111001110100100110011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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