#461245

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

Shades of Mardi Gras #461245

Tints of Mardi Gras #461245

Color information

#461245 (or 0x461245) is unknown color: approx Mardi Gras. HEX triplet: 46, 12 and 45. RGB value is (70,18,69). Sum of RGB (Red+Green+Blue) = 70+18+69=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461245 is #B9EDBA. Grayscale: #272727. Windows color (decimal): -12185019 or 4526662. OLE color: 4526662.

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

Color convert

RGB701869-
CMYK00.740.010.73
HSL301.15º59.09%17.25%-
HSV(B)301.15º74.29%27.45%-
XYZ3.822.165.85-
YUV39.36144.73149.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 69 (27.34% from 255) = 43.95%
R=44.59%
G=11.46%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70186900.740.010.73301.1559.0917.25
Hex46124504A14912d3b11
Octal10622105011211114557321
Binary1000110100101000101010010101100100110010110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461245; }

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

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

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

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

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

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

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

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