#461040

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

Shades of Mardi Gras #461040

Tints of Mardi Gras #461040

Color information

#461040 (or 0x461040) is unknown color: approx Mardi Gras. HEX triplet: 46, 10 and 40. RGB value is (70,16,64). Sum of RGB (Red+Green+Blue) = 70+16+64=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #461040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461040 is #B9EFBF. Grayscale: #252525. Windows color (decimal): -12185536 or 4198470. OLE color: 4198470.

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

Color convert

RGB701664-
CMYK00.770.090.73
HSL306.67º62.79%16.86%-
HSV(B)306.67º77.14%27.45%-
XYZ3.642.045.05-
YUV37.62142.89151.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=46.67%
G=10.67%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70166400.770.090.73306.6762.7916.86
Hex46104004D9491333f11
Octal106201000115111114637721
Binary1000110100001000000010011011001100100110011001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461040; }

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

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

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

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

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

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

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

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