#461343

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

Shades of Mardi Gras #461343

Tints of Mardi Gras #461343

Color information

#461343 (or 0x461343) is unknown color: approx Mardi Gras. HEX triplet: 46, 13 and 43. RGB value is (70,19,67). Sum of RGB (Red+Green+Blue) = 70+19+67=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461343 is #B9ECBC. Grayscale: #272727. Windows color (decimal): -12184765 or 4395846. OLE color: 4395846.

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

Color convert

RGB701967-
CMYK00.730.040.73
HSL303.53º57.3%17.45%-
HSV(B)303.53º72.86%27.45%-
XYZ3.772.175.53-
YUV39.72143.4149.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 67 (26.56% from 255) = 42.95%
R=44.87%
G=12.18%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70196700.730.040.73303.5357.317.45
Hex4613430494491303911
Octal10623103011141114607121
Binary100011010011100001101001001100100100110011000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461343; }

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

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

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

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

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

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

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

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