#461045

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

Shades of Mardi Gras #461045

Tints of Mardi Gras #461045

Color information

#461045 (or 0x461045) is unknown color: approx Mardi Gras. HEX triplet: 46, 10 and 45. RGB value is (70,16,69). Sum of RGB (Red+Green+Blue) = 70+16+69=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 69 (27.34% from 255 or 44.52% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #461045 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461045 is #B9EFBA. Grayscale: #262626. Windows color (decimal): -12185531 or 4526150. OLE color: 4526150.

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

Color convert

RGB701669-
CMYK00.770.010.73
HSL301.11º62.79%16.86%-
HSV(B)301.11º77.14%27.45%-
XYZ3.792.15.84-
YUV38.19145.39150.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 69 (27.34% from 255) = 44.52%
R=45.16%
G=10.32%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70166900.770.010.73301.1162.7916.86
Hex46104504D14912d3f11
Octal10620105011511114557721
Binary1000110100001000101010011011100100110010110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461045; }

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

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

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

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

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

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

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

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