#451C41

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

Shades of Mardi Gras #451C41

Tints of Mardi Gras #451C41

Color information

#451C41 (or 0x451C41) is unknown color: approx Mardi Gras. HEX triplet: 45, 1C and 41. RGB value is (69,28,65). Sum of RGB (Red+Green+Blue) = 69+28+65=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 69 - color contains mainly: red. Hex color #451C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C41 is #BAE3BE. Grayscale: #2C2C2C. Windows color (decimal): -12247999 or 4267077. OLE color: 4267077.

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

Color convert

RGB692865-
CMYK00.590.060.73
HSL305.85º42.27%19.02%-
HSV(B)305.85º59.42%27.06%-
XYZ3.822.485.28-
YUV44.48139.58145.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=42.59%
G=17.28%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69286500.590.060.73305.8542.2719.02
Hex451C4103B6491322a13
Octal1053410107361114625223
Binary10001011110010000010111011110100100110011001010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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