#451146

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

Shades of Mardi Gras #451146

Tints of Mardi Gras #451146

Color information

#451146 (or 0x451146) is unknown color: approx Mardi Gras. HEX triplet: 45, 11 and 46. RGB value is (69,17,70). Sum of RGB (Red+Green+Blue) = 69+17+70=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 70 (27.73% from 255 or 44.87% from 156); Max value from RGB is 70 - color contains mainly: blue. Hex color #451146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451146 is #BAEEB9. Grayscale: #262626. Windows color (decimal): -12250810 or 4591941. OLE color: 4591941.

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

Color convert

RGB691770-
CMYK0.010.7600.73
HSL298.87º60.92%17.06%-
HSV(B)298.87º75.71%27.45%-
XYZ3.762.116-
YUV38.59145.73149.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 70 (27.73% from 255) = 44.87%
R=44.23%
G=10.90%
B=44.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6917700.010.7600.73298.8760.9217.06
Hex45114614C04912b3d11
Octal10521106111401114537521
Binary1000101100011000110110011000100100110010101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451146; }

 p { color: rgb(69,17,70); }

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

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

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

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

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

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

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