#461740

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

Shades of Mardi Gras #461740

Tints of Mardi Gras #461740

Color information

#461740 (or 0x461740) is unknown color: approx Mardi Gras. HEX triplet: 46, 17 and 40. RGB value is (70,23,64). Sum of RGB (Red+Green+Blue) = 70+23+64=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461740 is #B9E8BF. Grayscale: #292929. Windows color (decimal): -12183744 or 4200262. OLE color: 4200262.

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

Color convert

RGB702364-
CMYK00.670.090.73
HSL307.66º50.54%18.24%-
HSV(B)307.66º67.14%27.45%-
XYZ3.762.295.09-
YUV41.73140.57148.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=44.59%
G=14.65%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70236400.670.090.73307.6650.5418.24
Hex4617400439491343312
Octal106271000103111114646322
Binary1000110101111000000010000111001100100110011010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461740; }

 p { color: rgb(70,23,64); }

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

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

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

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

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

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

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