Shades of Mardi Gras #460F41
Tints of Mardi Gras #460F41
RGB
CMYK
RGB Variations
Color information
#460F41 (or 0x460F41) is known color: Mardi Gras. HEX triplet: 46, 0F and 41. RGB value is (70,15,65). Sum of RGB (Red+Green+Blue) = 70+15+65=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 65 (25.78% from 255 or 43.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #460F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F41 is #B9F0BE. Grayscale: #252525. Windows color (decimal): -12185791 or 4263750. OLE color: 4263750.
HSL color Cylindrical-coordinate representation of color #460F41: hue angle of 305.45º 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 #460F41 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 65 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.73 |
| HSL | 305.45º | 0.65% | 0.17% | - |
| HSV(B) | 305.45º | 0.79% | 0.27% | - |
| XYZ | 3.65 | 2.03 | 5.2 | - |
| YUV | 37.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 65 | 0 | 0.79 | 0.07 | 0.73 | 305.45 | 0.65 | 0.17 |
| Hex | 46 | F | 41 | 0 | 4F | 7 | 49 | 131 | 41 | 11 |
| Octal | 106 | 17 | 101 | 0 | 117 | 7 | 111 | 461 | 101 | 21 |
| Binary | 1000110 | 1111 | 1000001 | 0 | 1001111 | 111 | 1001001 | 100110001 | 1000001 | 10001 |
Color Harmonies of #460F41
Complementary color
Monochromatic Colors of #460F41
Black with #460F41
Text Example
Text Example
White with #460F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F41; }
p { color: rgb(70,15,65); }
H1.HeaderClassName
{
color: #460F41;
}
.AnyTagClassName
{
color: #460F41;
}
</style>
background-color css
<style>
a { background-color: #460F41; }
a { background-color: rgb(70,15,65); }
div.DivClassName
{
background-color: #460F41;
}
.BgClassName
{
background-color: #460F41;
}
</style>
border-color css
<style>
span { border-color: #460F41; }
span { border-color: rgb(70,15,65); }
td.TdClassName
{
border-color: #460F41;
}
.TagClassName
{
border-color: #460F41;
}
</style>