Shades of Mardi Gras #460B45
Tints of Mardi Gras #460B45
RGB
CMYK
RGB Variations
Color information
#460B45 (or 0x460B45) is known color: Mardi Gras. HEX triplet: 46, 0B and 45. RGB value is (70,11,69). Sum of RGB (Red+Green+Blue) = 70+11+69=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 69 (27.34% from 255 or 46% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #460B45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460B45 is #B9F4BA. Grayscale: #232323. Windows color (decimal): -12186811 or 4524870. OLE color: 4524870.
HSL color Cylindrical-coordinate representation of color #460B45: hue angle of 301.02º 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 #460B45 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 11 | 69 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.73 |
| HSL | 301.02º | 0.73% | 0.16% | - |
| HSV(B) | 301.02º | 0.84% | 0.27% | - |
| XYZ | 3.72 | 1.97 | 5.81 | - |
| YUV | 35.25 | 147.05 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 69 | 0 | 0.84 | 0.01 | 0.73 | 301.02 | 0.73 | 0.16 |
| Hex | 46 | B | 45 | 0 | 54 | 1 | 49 | 12D | 49 | 10 |
| Octal | 106 | 13 | 105 | 0 | 124 | 1 | 111 | 455 | 111 | 20 |
| Binary | 1000110 | 1011 | 1000101 | 0 | 1010100 | 1 | 1001001 | 100101101 | 1001001 | 10000 |
Color Harmonies of #460B45
Complementary color
Monochromatic Colors of #460B45
Black with #460B45
Text Example
Text Example
White with #460B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B45; }
p { color: rgb(70,11,69); }
H1.HeaderClassName
{
color: #460B45;
}
.AnyTagClassName
{
color: #460B45;
}
</style>
background-color css
<style>
a { background-color: #460B45; }
a { background-color: rgb(70,11,69); }
div.DivClassName
{
background-color: #460B45;
}
.BgClassName
{
background-color: #460B45;
}
</style>
border-color css
<style>
span { border-color: #460B45; }
span { border-color: rgb(70,11,69); }
td.TdClassName
{
border-color: #460B45;
}
.TagClassName
{
border-color: #460B45;
}
</style>