#461042

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

Shades of Mardi Gras #461042

Tints of Mardi Gras #461042

Color information

#461042 (or 0x461042) is unknown color: approx Mardi Gras. HEX triplet: 46, 10 and 42. RGB value is (70,16,66). Sum of RGB (Red+Green+Blue) = 70+16+66=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #461042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461042 is #B9EFBD. Grayscale: #252525. Windows color (decimal): -12185534 or 4329542. OLE color: 4329542.

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

Color convert

RGB701666-
CMYK00.770.060.73
HSL304.44º62.79%16.86%-
HSV(B)304.44º77.14%27.45%-
XYZ3.692.075.36-
YUV37.85143.89150.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=46.05%
G=10.53%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70166600.770.060.73304.4462.7916.86
Hex46104204D6491303f11
Octal10620102011561114607721
Binary100011010000100001001001101110100100110011000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461042; }

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

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

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

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

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

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

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

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