#461640

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

Shades of Mardi Gras #461640

Tints of Mardi Gras #461640

Color information

#461640 (or 0x461640) is unknown color: approx Mardi Gras. HEX triplet: 46, 16 and 40. RGB value is (70,22,64). Sum of RGB (Red+Green+Blue) = 70+22+64=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461640 is #B9E9BF. Grayscale: #292929. Windows color (decimal): -12184000 or 4200006. OLE color: 4200006.

HSL color Cylindrical-coordinate representation of color #461640: hue angle of 307.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 #461640 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB702264-
CMYK00.690.090.73
HSL307.5º52.17%18.04%-
HSV(B)307.5º68.57%27.45%-
XYZ3.742.255.09-
YUV41.14140.9148.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=44.87%
G=14.10%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70226400.690.090.73307.552.1718.04
Hex4616400459491343412
Octal106261000105111114646422
Binary1000110101101000000010001011001100100110011010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461640; }

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

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

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

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

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

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

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

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