Shades of Mardi Gras #460B3F
Tints of Mardi Gras #460B3F
RGB
CMYK
RGB Variations
Color information
#460B3F (or 0x460B3F) is known color: Mardi Gras. HEX triplet: 46, 0B and 3F. RGB value is (70,11,63). Sum of RGB (Red+Green+Blue) = 70+11+63=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #460B3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B3F is #B9F4C0. Grayscale: #222222. Windows color (decimal): -12186817 or 4131654. OLE color: 4131654.
HSL color Cylindrical-coordinate representation of color #460B3F: hue angle of 307.12º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460B3F is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 63 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.73 |
| HSL | 307.12º | 0.73% | 0.16% | - |
| HSV(B) | 307.12º | 0.84% | 0.27% | - |
| XYZ | 3.54 | 1.9 | 4.88 | - |
| YUV | 34.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 63 | 0 | 0.84 | 0.10 | 0.73 | 307.12 | 0.73 | 0.16 |
| Hex | 46 | B | 3F | 0 | 54 | A | 49 | 133 | 49 | 10 |
| Octal | 106 | 13 | 77 | 0 | 124 | 12 | 111 | 463 | 111 | 20 |
| Binary | 1000110 | 1011 | 111111 | 0 | 1010100 | 1010 | 1001001 | 100110011 | 1001001 | 10000 |
Color Harmonies of #460B3F
Complementary color
Monochromatic Colors of #460B3F
Black with #460B3F
Text Example
Text Example
White with #460B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B3F; }
p { color: rgb(70,11,63); }
H1.HeaderClassName
{
color: #460B3F;
}
.AnyTagClassName
{
color: #460B3F;
}
</style>
background-color css
<style>
a { background-color: #460B3F; }
a { background-color: rgb(70,11,63); }
div.DivClassName
{
background-color: #460B3F;
}
.BgClassName
{
background-color: #460B3F;
}
</style>
border-color css
<style>
span { border-color: #460B3F; }
span { border-color: rgb(70,11,63); }
td.TdClassName
{
border-color: #460B3F;
}
.TagClassName
{
border-color: #460B3F;
}
</style>