#461243

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

Shades of Mardi Gras #461243

Tints of Mardi Gras #461243

Color information

#461243 (or 0x461243) is unknown color: approx Mardi Gras. HEX triplet: 46, 12 and 43. RGB value is (70,18,67). Sum of RGB (Red+Green+Blue) = 70+18+67=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461243 is #B9EDBC. Grayscale: #262626. Windows color (decimal): -12185021 or 4395590. OLE color: 4395590.

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

Color convert

RGB701867-
CMYK00.740.040.73
HSL303.46º59.09%17.25%-
HSV(B)303.46º74.29%27.45%-
XYZ3.762.145.53-
YUV39.13143.73150.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=45.16%
G=11.61%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70186700.740.040.73303.4659.0917.25
Hex46124304A44912f3b11
Octal10622103011241114577321
Binary100011010010100001101001010100100100110010111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461243; }

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

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

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

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

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

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

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

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