#461641

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

Shades of Mardi Gras #461641

Tints of Mardi Gras #461641

Color information

#461641 (or 0x461641) is unknown color: approx Mardi Gras. HEX triplet: 46, 16 and 41. RGB value is (70,22,65). Sum of RGB (Red+Green+Blue) = 70+22+65=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #461641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461641 is #B9E9BE. Grayscale: #292929. Windows color (decimal): -12183999 or 4265542. OLE color: 4265542.

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

Color convert

RGB702265-
CMYK00.690.070.73
HSL306.25º52.17%18.04%-
HSV(B)306.25º68.57%27.45%-
XYZ3.772.265.24-
YUV41.25141.4148.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=44.59%
G=14.01%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70226500.690.070.73306.2552.1718.04
Hex4616410457491323412
Octal10626101010571114626422
Binary100011010110100000101000101111100100110011001011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461641; }

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

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

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

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

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

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

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

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