Shades of Mardi Gras #460F3E
Tints of Mardi Gras #460F3E
RGB
CMYK
RGB Variations
Color information
#460F3E (or 0x460F3E) is known color: Mardi Gras. HEX triplet: 46, 0F and 3E. RGB value is (70,15,62). Sum of RGB (Red+Green+Blue) = 70+15+62=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #460F3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F3E is #B9F0C1. Grayscale: #242424. Windows color (decimal): -12185794 or 4067142. OLE color: 4067142.
HSL color Cylindrical-coordinate representation of color #460F3E: hue angle of 308.73º 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 #460F3E is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 62 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.73 |
| HSL | 308.73º | 0.65% | 0.17% | - |
| HSV(B) | 308.73º | 0.79% | 0.27% | - |
| XYZ | 3.57 | 1.99 | 4.75 | - |
| YUV | 36.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 62 | 0 | 0.79 | 0.11 | 0.73 | 308.73 | 0.65 | 0.17 |
| Hex | 46 | F | 3E | 0 | 4F | B | 49 | 135 | 41 | 11 |
| Octal | 106 | 17 | 76 | 0 | 117 | 13 | 111 | 465 | 101 | 21 |
| Binary | 1000110 | 1111 | 111110 | 0 | 1001111 | 1011 | 1001001 | 100110101 | 1000001 | 10001 |
Color Harmonies of #460F3E
Complementary color
Monochromatic Colors of #460F3E
Black with #460F3E
Text Example
Text Example
White with #460F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F3E; }
p { color: rgb(70,15,62); }
H1.HeaderClassName
{
color: #460F3E;
}
.AnyTagClassName
{
color: #460F3E;
}
</style>
background-color css
<style>
a { background-color: #460F3E; }
a { background-color: rgb(70,15,62); }
div.DivClassName
{
background-color: #460F3E;
}
.BgClassName
{
background-color: #460F3E;
}
</style>
border-color css
<style>
span { border-color: #460F3E; }
span { border-color: rgb(70,15,62); }
td.TdClassName
{
border-color: #460F3E;
}
.TagClassName
{
border-color: #460F3E;
}
</style>