#461342

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

Shades of Mardi Gras #461342

Tints of Mardi Gras #461342

Color information

#461342 (or 0x461342) is unknown color: approx Mardi Gras. HEX triplet: 46, 13 and 42. RGB value is (70,19,66). Sum of RGB (Red+Green+Blue) = 70+19+66=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461342 is #B9ECBD. Grayscale: #272727. Windows color (decimal): -12184766 or 4330310. OLE color: 4330310.

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

Color convert

RGB701966-
CMYK00.730.060.73
HSL304.71º57.3%17.45%-
HSV(B)304.71º72.86%27.45%-
XYZ3.742.165.37-
YUV39.61142.9149.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 66 (26.17% from 255) = 42.58%
R=45.16%
G=12.26%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70196600.730.060.73304.7157.317.45
Hex4613420496491313911
Octal10623102011161114617121
Binary100011010011100001001001001110100100110011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461342; }

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

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

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

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

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

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

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

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