#461645

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

Shades of Mardi Gras #461645

Tints of Mardi Gras #461645

Color information

#461645 (or 0x461645) is unknown color: approx Mardi Gras. HEX triplet: 46, 16 and 45. RGB value is (70,22,69). Sum of RGB (Red+Green+Blue) = 70+22+69=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 69 (27.34% from 255 or 42.86% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #461645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461645 is #B9E9BA. Grayscale: #292929. Windows color (decimal): -12183995 or 4527686. OLE color: 4527686.

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

Color convert

RGB702269-
CMYK00.690.010.73
HSL301.25º52.17%18.04%-
HSV(B)301.25º68.57%27.45%-
XYZ3.892.315.87-
YUV41.71143.4148.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.48%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 69 (27.34% from 255) = 42.86%
R=43.48%
G=13.66%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70226900.690.010.73301.2552.1718.04
Hex46164504514912d3412
Octal10626105010511114556422
Binary1000110101101000101010001011100100110010110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461645; }

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

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

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

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

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

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

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

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