Shades of Bordeaux #460F1C
Tints of Bordeaux #460F1C
RGB
CMYK
RGB Variations
Color information
#460F1C (or 0x460F1C) is known color: Bordeaux. HEX triplet: 46, 0F and 1C. RGB value is (70,15,28). Sum of RGB (Red+Green+Blue) = 70+15+28=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460F1C is #B9F0E3. Grayscale: #202020. Windows color (decimal): -12185828 or 1838918. OLE color: 1838918.
HSL color Cylindrical-coordinate representation of color #460F1C: hue angle of 345.82º 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 #460F1C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 15 | 28 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.73 |
| HSL | 345.82º | 0.65% | 0.17% | - |
| HSV(B) | 345.82º | 0.79% | 0.27% | - |
| XYZ | 2.91 | 1.73 | 1.28 | - |
| YUV | 32.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 28 | 0 | 0.79 | 0.60 | 0.73 | 345.82 | 0.65 | 0.17 |
| Hex | 46 | F | 1C | 0 | 4F | 3C | 49 | 15A | 41 | 11 |
| Octal | 106 | 17 | 34 | 0 | 117 | 74 | 111 | 532 | 101 | 21 |
| Binary | 1000110 | 1111 | 11100 | 0 | 1001111 | 111100 | 1001001 | 101011010 | 1000001 | 10001 |
Color Harmonies of #460F1C
Complementary color
Monochromatic Colors of #460F1C
Black with #460F1C
Text Example
Text Example
White with #460F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F1C; }
p { color: rgb(70,15,28); }
H1.HeaderClassName
{
color: #460F1C;
}
.AnyTagClassName
{
color: #460F1C;
}
</style>
background-color css
<style>
a { background-color: #460F1C; }
a { background-color: rgb(70,15,28); }
div.DivClassName
{
background-color: #460F1C;
}
.BgClassName
{
background-color: #460F1C;
}
</style>
border-color css
<style>
span { border-color: #460F1C; }
span { border-color: rgb(70,15,28); }
td.TdClassName
{
border-color: #460F1C;
}
.TagClassName
{
border-color: #460F1C;
}
</style>