Shades of Bordeaux #460E1C
Tints of Bordeaux #460E1C
RGB
CMYK
RGB Variations
Color information
#460E1C (or 0x460E1C) is known color: Bordeaux. HEX triplet: 46, 0E and 1C. RGB value is (70,14,28). Sum of RGB (Red+Green+Blue) = 70+14+28=112 (14% of max value = 765). Red value is 70 (27.73% from 255 or 62.5% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 70 - color contains mainly: red. Hex color #460E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460E1C is #B9F1E3. Grayscale: #202020. Windows color (decimal): -12186084 or 1838662. OLE color: 1838662.
HSL color Cylindrical-coordinate representation of color #460E1C: hue angle of 345º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #460E1C is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 14 | 28 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.73 |
| HSL | 345º | 0.67% | 0.16% | - |
| HSV(B) | 345º | 0.8% | 0.27% | - |
| XYZ | 2.89 | 1.7 | 1.27 | - |
| YUV | 32.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 28 | 0 | 0.80 | 0.60 | 0.73 | 345 | 0.67 | 0.16 |
| Hex | 46 | E | 1C | 0 | 50 | 3C | 49 | 159 | 43 | 10 |
| Octal | 106 | 16 | 34 | 0 | 120 | 74 | 111 | 531 | 103 | 20 |
| Binary | 1000110 | 1110 | 11100 | 0 | 1010000 | 111100 | 1001001 | 101011001 | 1000011 | 10000 |
Color Harmonies of #460E1C
Complementary color
Monochromatic Colors of #460E1C
Black with #460E1C
Text Example
Text Example
White with #460E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E1C; }
p { color: rgb(70,14,28); }
H1.HeaderClassName
{
color: #460E1C;
}
.AnyTagClassName
{
color: #460E1C;
}
</style>
background-color css
<style>
a { background-color: #460E1C; }
a { background-color: rgb(70,14,28); }
div.DivClassName
{
background-color: #460E1C;
}
.BgClassName
{
background-color: #460E1C;
}
</style>
border-color css
<style>
span { border-color: #460E1C; }
span { border-color: rgb(70,14,28); }
td.TdClassName
{
border-color: #460E1C;
}
.TagClassName
{
border-color: #460E1C;
}
</style>