#460541

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

Shades of Mardi Gras #460541

Tints of Mardi Gras #460541

Color information

#460541 (or 0x460541) is unknown color: approx Mardi Gras. HEX triplet: 46, 05 and 41. RGB value is (70,5,65). Sum of RGB (Red+Green+Blue) = 70+5+65=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #460541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460541 is #B9FABE. Grayscale: #1F1F1F. Windows color (decimal): -12188351 or 4261190. OLE color: 4261190.

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

Color convert

RGB70565-
CMYK00.930.070.73
HSL304.62º86.67%14.71%-
HSV(B)304.62º92.86%27.45%-
XYZ3.531.795.16-
YUV31.28147.03155.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=50%
G=3.57%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7056500.930.070.73304.6286.6714.71
Hex4654105D74913157f
Octal10651010135711146112717
Binary1000110101100000101011101111100100110011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460541; }

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

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

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

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

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

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

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

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