#460F40

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

Shades of Mardi Gras #460F40

Tints of Mardi Gras #460F40

Color information

#460F40 (or 0x460F40) is unknown color: approx Mardi Gras. HEX triplet: 46, 0F and 40. RGB value is (70,15,64). Sum of RGB (Red+Green+Blue) = 70+15+64=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #460F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F40 is #B9F0BF. Grayscale: #242424. Windows color (decimal): -12185792 or 4198214. OLE color: 4198214.

HSL color Cylindrical-coordinate representation of color #460F40: hue angle of 306.55º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #460F40 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB701564-
CMYK00.790.090.73
HSL306.55º64.71%16.67%-
HSV(B)306.55º78.57%27.45%-
XYZ3.622.015.05-
YUV37.03143.22151.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 15 (6.25% from 255) = 10.07%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=46.98%
G=10.07%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70156400.790.090.73306.5564.7116.67
Hex46F4004F9491334111
Octal1061710001171111146310121
Binary1000110111110000000100111110011001001100110011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460F40; }

 p { color: rgb(70,15,64); }

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

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

 a { background-color: rgb(70,15,64); }

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

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

 span { border-color: rgb(70,15,64); }

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