#451E44

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

Shades of Mardi Gras #451E44

Tints of Mardi Gras #451E44

Color information

#451E44 (or 0x451E44) is unknown color: approx Mardi Gras. HEX triplet: 45, 1E and 44. RGB value is (69,30,68). Sum of RGB (Red+Green+Blue) = 69+30+68=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 69 - color contains mainly: red. Hex color #451E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451E44 is #BAE1BB. Grayscale: #2D2D2D. Windows color (decimal): -12247484 or 4464197. OLE color: 4464197.

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

Color convert

RGB693068-
CMYK00.570.010.73
HSL301.54º39.39%19.41%-
HSV(B)301.54º56.52%27.06%-
XYZ3.962.615.76-
YUV45.99140.42144.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.32%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 68 (26.95% from 255) = 40.72%
R=41.32%
G=17.96%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69306800.570.010.73301.5439.3919.41
Hex451E4403914912e2713
Octal1053610407111114564723
Binary100010111110100010001110011100100110010111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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