#461341

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

Shades of Mardi Gras #461341

Tints of Mardi Gras #461341

Color information

#461341 (or 0x461341) is unknown color: approx Mardi Gras. HEX triplet: 46, 13 and 41. RGB value is (70,19,65). Sum of RGB (Red+Green+Blue) = 70+19+65=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #461341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461341 is #B9ECBE. Grayscale: #272727. Windows color (decimal): -12184767 or 4264774. OLE color: 4264774.

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

Color convert

RGB701965-
CMYK00.730.070.73
HSL305.88º57.3%17.45%-
HSV(B)305.88º72.86%27.45%-
XYZ3.712.155.22-
YUV39.49142.4149.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=45.45%
G=12.34%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70196500.730.070.73305.8857.317.45
Hex4613410497491323911
Octal10623101011171114627121
Binary100011010011100000101001001111100100110011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461341; }

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

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

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

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

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

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

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

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