#461041

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

Shades of Mardi Gras #461041

Tints of Mardi Gras #461041

Color information

#461041 (or 0x461041) is unknown color: approx Mardi Gras. HEX triplet: 46, 10 and 41. RGB value is (70,16,65). Sum of RGB (Red+Green+Blue) = 70+16+65=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #461041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461041 is #B9EFBE. Grayscale: #252525. Windows color (decimal): -12185535 or 4264006. OLE color: 4264006.

HSL color Cylindrical-coordinate representation of color #461041: hue angle of 305.56º 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 #461041 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB701665-
CMYK00.770.070.73
HSL305.56º62.79%16.86%-
HSV(B)305.56º77.14%27.45%-
XYZ3.672.055.2-
YUV37.73143.39151.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 65 (25.78% from 255) = 43.05%
R=46.36%
G=10.60%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70166500.770.070.73305.5662.7916.86
Hex46104104D7491323f11
Octal10620101011571114627721
Binary100011010000100000101001101111100100110011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461041; }

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

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

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

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

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

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

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

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