#461242

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

Shades of Mardi Gras #461242

Tints of Mardi Gras #461242

Color information

#461242 (or 0x461242) is unknown color: approx Mardi Gras. HEX triplet: 46, 12 and 42. RGB value is (70,18,66). Sum of RGB (Red+Green+Blue) = 70+18+66=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #461242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461242 is #B9EDBD. Grayscale: #262626. Windows color (decimal): -12185022 or 4330054. OLE color: 4330054.

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

Color convert

RGB701866-
CMYK00.740.060.73
HSL304.62º59.09%17.25%-
HSV(B)304.62º74.29%27.45%-
XYZ3.732.135.37-
YUV39.02143.23150.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=45.45%
G=11.69%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70186600.740.060.73304.6259.0917.25
Hex46124204A6491313b11
Octal10622102011261114617321
Binary100011010010100001001001010110100100110011000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461242; }

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

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

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

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

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

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

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

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