#451A42

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

Shades of Mardi Gras #451A42

Tints of Mardi Gras #451A42

Color information

#451A42 (or 0x451A42) is unknown color: approx Mardi Gras. HEX triplet: 45, 1A and 42. RGB value is (69,26,66). Sum of RGB (Red+Green+Blue) = 69+26+66=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 69 - color contains mainly: red. Hex color #451A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451A42 is #BAE5BD. Grayscale: #2B2B2B. Windows color (decimal): -12248510 or 4332101. OLE color: 4332101.

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

Color convert

RGB692666-
CMYK00.620.040.73
HSL304.19º45.26%18.63%-
HSV(B)304.19º62.32%27.06%-
XYZ3.812.45.42-
YUV43.42140.75146.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 66 (26.17% from 255) = 40.99%
R=42.86%
G=16.15%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69266600.620.040.73304.1945.2618.63
Hex451A4203E4491302d13
Octal1053210207641114605523
Binary10001011101010000100111110100100100110011000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,26,66); }

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

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

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

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

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

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

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