Shades of Bordeaux #460D1A
Tints of Bordeaux #460D1A
RGB
CMYK
RGB Variations
Color information
#460D1A (or 0x460D1A) is known color: Bordeaux. HEX triplet: 46, 0D and 1A. RGB value is (70,13,26). Sum of RGB (Red+Green+Blue) = 70+13+26=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #460D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460D1A is #B9F2E5. Grayscale: #1F1F1F. Windows color (decimal): -12186342 or 1707334. OLE color: 1707334.
HSL color Cylindrical-coordinate representation of color #460D1A: hue angle of 346.32º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D1A is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 13 | 26 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.73 |
| HSL | 346.32º | 0.69% | 0.16% | - |
| HSV(B) | 346.32º | 0.81% | 0.27% | - |
| XYZ | 2.86 | 1.66 | 1.15 | - |
| YUV | 31.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 26 | 0 | 0.81 | 0.63 | 0.73 | 346.32 | 0.69 | 0.16 |
| Hex | 46 | D | 1A | 0 | 51 | 3F | 49 | 15A | 45 | 10 |
| Octal | 106 | 15 | 32 | 0 | 121 | 77 | 111 | 532 | 105 | 20 |
| Binary | 1000110 | 1101 | 11010 | 0 | 1010001 | 111111 | 1001001 | 101011010 | 1000101 | 10000 |
Color Harmonies of #460D1A
Complementary color
Monochromatic Colors of #460D1A
Black with #460D1A
Text Example
Text Example
White with #460D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D1A; }
p { color: rgb(70,13,26); }
H1.HeaderClassName
{
color: #460D1A;
}
.AnyTagClassName
{
color: #460D1A;
}
</style>
background-color css
<style>
a { background-color: #460D1A; }
a { background-color: rgb(70,13,26); }
div.DivClassName
{
background-color: #460D1A;
}
.BgClassName
{
background-color: #460D1A;
}
</style>
border-color css
<style>
span { border-color: #460D1A; }
span { border-color: rgb(70,13,26); }
td.TdClassName
{
border-color: #460D1A;
}
.TagClassName
{
border-color: #460D1A;
}
</style>