Shades of Bordeaux #461524
Tints of Bordeaux #461524
RGB
CMYK
RGB Variations
Color information
#461524 (or 0x461524) is known color: Bordeaux. HEX triplet: 46, 15 and 24. RGB value is (70,21,36). Sum of RGB (Red+Green+Blue) = 70+21+36=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461524 is #B9EADB. Grayscale: #252525. Windows color (decimal): -12184284 or 2364742. OLE color: 2364742.
HSL color Cylindrical-coordinate representation of color #461524: hue angle of 341.63º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461524 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 36 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.73 |
| HSL | 341.63º | 0.54% | 0.18% | - |
| HSV(B) | 341.63º | 0.7% | 0.27% | - |
| XYZ | 3.11 | 1.97 | 1.88 | - |
| YUV | 37.36 | 127.23 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 36 | 0 | 0.70 | 0.49 | 0.73 | 341.63 | 0.54 | 0.18 |
| Hex | 46 | 15 | 24 | 0 | 46 | 31 | 49 | 156 | 36 | 12 |
| Octal | 106 | 25 | 44 | 0 | 106 | 61 | 111 | 526 | 66 | 22 |
| Binary | 1000110 | 10101 | 100100 | 0 | 1000110 | 110001 | 1001001 | 101010110 | 110110 | 10010 |
Color Harmonies of #461524
Complementary color
Monochromatic Colors of #461524
Black with #461524
Text Example
Text Example
White with #461524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461524; }
p { color: rgb(70,21,36); }
H1.HeaderClassName
{
color: #461524;
}
.AnyTagClassName
{
color: #461524;
}
</style>
background-color css
<style>
a { background-color: #461524; }
a { background-color: rgb(70,21,36); }
div.DivClassName
{
background-color: #461524;
}
.BgClassName
{
background-color: #461524;
}
</style>
border-color css
<style>
span { border-color: #461524; }
span { border-color: rgb(70,21,36); }
td.TdClassName
{
border-color: #461524;
}
.TagClassName
{
border-color: #461524;
}
</style>