#461745

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

Shades of Mardi Gras #461745

Tints of Mardi Gras #461745

Color information

#461745 (or 0x461745) is unknown color: approx Mardi Gras. HEX triplet: 46, 17 and 45. RGB value is (70,23,69). Sum of RGB (Red+Green+Blue) = 70+23+69=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #461745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461745 is #B9E8BA. Grayscale: #2A2A2A. Windows color (decimal): -12183739 or 4527942. OLE color: 4527942.

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

Color convert

RGB702369-
CMYK00.670.010.73
HSL301.28º50.54%18.24%-
HSV(B)301.28º67.14%27.45%-
XYZ3.912.345.88-
YUV42.3143.07147.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 43.21%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=43.21%
G=14.20%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70236900.670.010.73301.2850.5418.24
Hex46174504314912d3312
Octal10627105010311114556322
Binary1000110101111000101010000111100100110010110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461745; }

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

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

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

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

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

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

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

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