Shades of Bordeaux #450D1E
Tints of Bordeaux #450D1E
RGB
CMYK
RGB Variations
Color information
#450D1E (or 0x450D1E) is known color: Bordeaux. HEX triplet: 45, 0D and 1E. RGB value is (69,13,30). Sum of RGB (Red+Green+Blue) = 69+13+30=112 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.61% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 69 - color contains mainly: red. Hex color #450D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D1E is #BAF2E1. Grayscale: #1F1F1F. Windows color (decimal): -12251874 or 1969477. OLE color: 1969477.
HSL color Cylindrical-coordinate representation of color #450D1E: hue angle of 341.79º degrees, saturation: 0.68, 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 #450D1E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 30 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.73 |
| HSL | 341.79º | 0.68% | 0.16% | - |
| HSV(B) | 341.79º | 0.81% | 0.27% | - |
| XYZ | 2.83 | 1.65 | 1.4 | - |
| YUV | 31.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 30 | 0 | 0.81 | 0.57 | 0.73 | 341.79 | 0.68 | 0.16 |
| Hex | 45 | D | 1E | 0 | 51 | 39 | 49 | 156 | 44 | 10 |
| Octal | 105 | 15 | 36 | 0 | 121 | 71 | 111 | 526 | 104 | 20 |
| Binary | 1000101 | 1101 | 11110 | 0 | 1010001 | 111001 | 1001001 | 101010110 | 1000100 | 10000 |
Color Harmonies of #450D1E
Complementary color
Monochromatic Colors of #450D1E
Black with #450D1E
Text Example
Text Example
White with #450D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D1E; }
p { color: rgb(69,13,30); }
H1.HeaderClassName
{
color: #450D1E;
}
.AnyTagClassName
{
color: #450D1E;
}
</style>
background-color css
<style>
a { background-color: #450D1E; }
a { background-color: rgb(69,13,30); }
div.DivClassName
{
background-color: #450D1E;
}
.BgClassName
{
background-color: #450D1E;
}
</style>
border-color css
<style>
span { border-color: #450D1E; }
span { border-color: rgb(69,13,30); }
td.TdClassName
{
border-color: #450D1E;
}
.TagClassName
{
border-color: #450D1E;
}
</style>