#461141

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

Shades of Mardi Gras #461141

Tints of Mardi Gras #461141

Color information

#461141 (or 0x461141) is unknown color: approx Mardi Gras. HEX triplet: 46, 11 and 41. RGB value is (70,17,65). Sum of RGB (Red+Green+Blue) = 70+17+65=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #461141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461141 is #B9EEBE. Grayscale: #262626. Windows color (decimal): -12185279 or 4264262. OLE color: 4264262.

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

Color convert

RGB701765-
CMYK00.760.070.73
HSL305.66º60.92%17.06%-
HSV(B)305.66º75.71%27.45%-
XYZ3.682.085.21-
YUV38.32143.06150.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 17 (7.03% from 255) = 11.18%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=46.05%
G=11.18%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70176500.760.070.73305.6660.9217.06
Hex46114104C7491323d11
Octal10621101011471114627521
Binary100011010001100000101001100111100100110011001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461141; }

 p { color: rgb(70,17,65); }

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

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

 a { background-color: rgb(70,17,65); }

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

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

 span { border-color: rgb(70,17,65); }

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