Shades of Bordeaux #460F1E
Tints of Bordeaux #460F1E
RGB
CMYK
RGB Variations
Color information
#460F1E (or 0x460F1E) is known color: Bordeaux. HEX triplet: 46, 0F and 1E. RGB value is (70,15,30). Sum of RGB (Red+Green+Blue) = 70+15+30=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #460F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F1E is #B9F0E1. Grayscale: #212121. Windows color (decimal): -12185826 or 1969990. OLE color: 1969990.
HSL color Cylindrical-coordinate representation of color #460F1E: hue angle of 343.64º 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 #460F1E is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 30 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.73 |
| HSL | 343.64º | 0.65% | 0.17% | - |
| HSV(B) | 343.64º | 0.79% | 0.27% | - |
| XYZ | 2.93 | 1.74 | 1.41 | - |
| YUV | 33.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 30 | 0 | 0.79 | 0.57 | 0.73 | 343.64 | 0.65 | 0.17 |
| Hex | 46 | F | 1E | 0 | 4F | 39 | 49 | 158 | 41 | 11 |
| Octal | 106 | 17 | 36 | 0 | 117 | 71 | 111 | 530 | 101 | 21 |
| Binary | 1000110 | 1111 | 11110 | 0 | 1001111 | 111001 | 1001001 | 101011000 | 1000001 | 10001 |
Color Harmonies of #460F1E
Complementary color
Monochromatic Colors of #460F1E
Black with #460F1E
Text Example
Text Example
White with #460F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F1E; }
p { color: rgb(70,15,30); }
H1.HeaderClassName
{
color: #460F1E;
}
.AnyTagClassName
{
color: #460F1E;
}
</style>
background-color css
<style>
a { background-color: #460F1E; }
a { background-color: rgb(70,15,30); }
div.DivClassName
{
background-color: #460F1E;
}
.BgClassName
{
background-color: #460F1E;
}
</style>
border-color css
<style>
span { border-color: #460F1E; }
span { border-color: rgb(70,15,30); }
td.TdClassName
{
border-color: #460F1E;
}
.TagClassName
{
border-color: #460F1E;
}
</style>