Shades of Bordeaux #450A1E
Tints of Bordeaux #450A1E
RGB
CMYK
RGB Variations
Color information
#450A1E (or 0x450A1E) is known color: Bordeaux. HEX triplet: 45, 0A and 1E. RGB value is (69,10,30). Sum of RGB (Red+Green+Blue) = 69+10+30=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450A1E is #BAF5E1. Grayscale: #1D1D1D. Windows color (decimal): -12252642 or 1968709. OLE color: 1968709.
HSL color Cylindrical-coordinate representation of color #450A1E: hue angle of 339.66º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #450A1E is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 10 | 30 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.73 |
| HSL | 339.66º | 0.75% | 0.15% | - |
| HSV(B) | 339.66º | 0.86% | 0.27% | - |
| XYZ | 2.8 | 1.58 | 1.39 | - |
| YUV | 29.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 10 | 30 | 0 | 0.86 | 0.57 | 0.73 | 339.66 | 0.75 | 0.15 |
| Hex | 45 | A | 1E | 0 | 56 | 39 | 49 | 154 | 4B | F |
| Octal | 105 | 12 | 36 | 0 | 126 | 71 | 111 | 524 | 113 | 17 |
| Binary | 1000101 | 1010 | 11110 | 0 | 1010110 | 111001 | 1001001 | 101010100 | 1001011 | 1111 |
Color Harmonies of #450A1E
Complementary color
Monochromatic Colors of #450A1E
Black with #450A1E
Text Example
Text Example
White with #450A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450A1E; }
p { color: rgb(69,10,30); }
H1.HeaderClassName
{
color: #450A1E;
}
.AnyTagClassName
{
color: #450A1E;
}
</style>
background-color css
<style>
a { background-color: #450A1E; }
a { background-color: rgb(69,10,30); }
div.DivClassName
{
background-color: #450A1E;
}
.BgClassName
{
background-color: #450A1E;
}
</style>
border-color css
<style>
span { border-color: #450A1E; }
span { border-color: rgb(69,10,30); }
td.TdClassName
{
border-color: #450A1E;
}
.TagClassName
{
border-color: #450A1E;
}
</style>