#460A40

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

Shades of Mardi Gras #460A40

Tints of Mardi Gras #460A40

Color information

#460A40 (or 0x460A40) is unknown color: approx Mardi Gras. HEX triplet: 46, 0A and 40. RGB value is (70,10,64). Sum of RGB (Red+Green+Blue) = 70+10+64=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #460A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460A40 is #B9F5BF. Grayscale: #212121. Windows color (decimal): -12187072 or 4196934. OLE color: 4196934.

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

Color convert

RGB701064-
CMYK00.860.090.73
HSL306º75%15.69%-
HSV(B)306º85.71%27.45%-
XYZ3.561.895.03-
YUV34.1144.88153.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 64 (25.39% from 255) = 44.44%
R=48.61%
G=6.94%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70106400.860.090.733067515.69
Hex46A400569491324b10
Octal1061210001261111146211320
Binary1000110101010000000101011010011001001100110010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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