#461644

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

Shades of Mardi Gras #461644

Tints of Mardi Gras #461644

Color information

#461644 (or 0x461644) is unknown color: approx Mardi Gras. HEX triplet: 46, 16 and 44. RGB value is (70,22,68). Sum of RGB (Red+Green+Blue) = 70+22+68=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 22 (8.98% from 255 or 13.75% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #461644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461644 is #B9E9BB. Grayscale: #292929. Windows color (decimal): -12183996 or 4462150. OLE color: 4462150.

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

Color convert

RGB702268-
CMYK00.690.030.73
HSL302.5º52.17%18.04%-
HSV(B)302.5º68.57%27.45%-
XYZ3.862.295.71-
YUV41.6142.9148.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.75%
GREEN value IS 22 (8.98% from 255) = 13.75%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=43.75%
G=13.75%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70226800.690.030.73302.552.1718.04
Hex46164404534912e3412
Octal10626104010531114566422
Binary10001101011010001000100010111100100110010111011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461644; }

 p { color: rgb(70,22,68); }

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

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

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

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

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

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

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