#451C45

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

Shades of Mardi Gras #451C45

Tints of Mardi Gras #451C45

Color information

#451C45 (or 0x451C45) is unknown color: approx Mardi Gras. HEX triplet: 45, 1C and 45. RGB value is (69,28,69). Sum of RGB (Red+Green+Blue) = 69+28+69=166 (21% of max value = 765). Red value is 69 (27.34% from 255 or 41.57% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: red, blue. Hex color #451C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C45 is #BAE3BA. Grayscale: #2C2C2C. Windows color (decimal): -12247995 or 4529221. OLE color: 4529221.

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

Color convert

RGB692869-
CMYK00.5900.73
HSL300º42.27%19.02%-
HSV(B)300º59.42%27.06%-
XYZ3.942.535.91-
YUV44.93141.58145.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 41.57%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 69 (27.34% from 255) = 41.57%
R=41.57%
G=16.87%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69286900.5900.7330042.2719.02
Hex451C4503B04912c2a13
Octal1053410507301114545223
Binary100010111100100010101110110100100110010110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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