#461541

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

Shades of Mardi Gras #461541

Tints of Mardi Gras #461541

Color information

#461541 (or 0x461541) is unknown color: approx Mardi Gras. HEX triplet: 46, 15 and 41. RGB value is (70,21,65). Sum of RGB (Red+Green+Blue) = 70+21+65=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #461541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461541 is #B9EABE. Grayscale: #282828. Windows color (decimal): -12184255 or 4265286. OLE color: 4265286.

HSL color Cylindrical-coordinate representation of color #461541: hue angle of 306.12º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461541 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB702165-
CMYK00.700.070.73
HSL306.12º53.85%17.84%-
HSV(B)306.12º70%27.45%-
XYZ3.752.225.23-
YUV40.67141.73148.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=44.87%
G=13.46%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70216500.700.070.73306.1253.8517.84
Hex4615410467491323612
Octal10625101010671114626622
Binary100011010101100000101000110111100100110011001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461541; }

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

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

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

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

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

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

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

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