#461546

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

Shades of Mardi Gras #461546

Tints of Mardi Gras #461546

Color information

#461546 (or 0x461546) is unknown color: approx Mardi Gras. HEX triplet: 46, 15 and 46. RGB value is (70,21,70). Sum of RGB (Red+Green+Blue) = 70+21+70=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #461546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461546 is #B9EAB9. Grayscale: #292929. Windows color (decimal): -12184250 or 4592966. OLE color: 4592966.

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

Color convert

RGB702170-
CMYK00.7000.73
HSL300º53.85%17.84%-
HSV(B)300º70%27.45%-
XYZ3.92.286.03-
YUV41.24144.23148.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=43.48%
G=13.04%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70217000.7000.7330053.8517.84
Hex46154604604912c3612
Octal10625106010601114546622
Binary1000110101011000110010001100100100110010110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461546; }

 p { color: rgb(70,21,70); }

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

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

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

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

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

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

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