#461845

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

Shades of Mardi Gras #461845

Tints of Mardi Gras #461845

Color information

#461845 (or 0x461845) is unknown color: approx Mardi Gras. HEX triplet: 46, 18 and 45. RGB value is (70,24,69). Sum of RGB (Red+Green+Blue) = 70+24+69=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #461845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461845 is #B9E7BA. Grayscale: #2A2A2A. Windows color (decimal): -12183483 or 4528198. OLE color: 4528198.

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

Color convert

RGB702469-
CMYK00.660.010.73
HSL301.3º48.94%18.43%-
HSV(B)301.3º65.71%27.45%-
XYZ3.932.395.88-
YUV42.88142.74147.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=42.94%
G=14.72%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70246900.660.010.73301.348.9418.43
Hex46184504214912d3112
Octal10630105010211114556122
Binary1000110110001000101010000101100100110010110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461845; }

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

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

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

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

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

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

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

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