#46123E

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

Shades of Mardi Gras #46123E

Tints of Mardi Gras #46123E

Color information

#46123E (or 0x46123E) is unknown color: approx Mardi Gras. HEX triplet: 46, 12 and 3E. RGB value is (70,18,62). Sum of RGB (Red+Green+Blue) = 70+18+62=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46123E is #B9EDC1. Grayscale: #262626. Windows color (decimal): -12185026 or 4067910. OLE color: 4067910.

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

Color convert

RGB701862-
CMYK00.740.110.73
HSL309.23º59.09%17.25%-
HSV(B)309.23º74.29%27.45%-
XYZ3.612.084.77-
YUV38.56141.23150.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 62 (24.61% from 255) = 41.33%
R=46.67%
G=12%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70186200.740.110.73309.2359.0917.25
Hex46123E04AB491353b11
Octal10622760112131114657321
Binary100011010010111110010010101011100100110011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46123E; }

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

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

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

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

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

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

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

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