#451B44

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

Shades of Mardi Gras #451B44

Tints of Mardi Gras #451B44

Color information

#451B44 (or 0x451B44) is unknown color: approx Mardi Gras. HEX triplet: 45, 1B and 44. RGB value is (69,27,68). Sum of RGB (Red+Green+Blue) = 69+27+68=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 69 - color contains mainly: red. Hex color #451B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B44 is #BAE4BB. Grayscale: #2C2C2C. Windows color (decimal): -12248252 or 4463429. OLE color: 4463429.

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

Color convert

RGB692768-
CMYK00.610.010.73
HSL301.43º43.75%18.82%-
HSV(B)301.43º60.87%27.06%-
XYZ3.892.475.74-
YUV44.23141.41145.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 27 (10.94% from 255) = 16.46%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=42.07%
G=16.46%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69276800.610.010.73301.4343.7518.82
Hex451B4403D14912d2c13
Octal1053310407511114555423
Binary100010111011100010001111011100100110010110110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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