Shades of Bordeaux #450F1D
Tints of Bordeaux #450F1D
RGB
CMYK
RGB Variations
Color information
#450F1D (or 0x450F1D) is known color: Bordeaux. HEX triplet: 45, 0F and 1D. RGB value is (69,15,29). Sum of RGB (Red+Green+Blue) = 69+15+29=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #450F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F1D is #BAF0E2. Grayscale: #202020. Windows color (decimal): -12251363 or 1904453. OLE color: 1904453.
HSL color Cylindrical-coordinate representation of color #450F1D: hue angle of 344.44º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F1D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 29 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.73 |
| HSL | 344.44º | 0.64% | 0.16% | - |
| HSV(B) | 344.44º | 0.78% | 0.27% | - |
| XYZ | 2.85 | 1.7 | 1.34 | - |
| YUV | 32.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 29 | 0 | 0.78 | 0.58 | 0.73 | 344.44 | 0.64 | 0.16 |
| Hex | 45 | F | 1D | 0 | 4E | 3A | 49 | 158 | 40 | 10 |
| Octal | 105 | 17 | 35 | 0 | 116 | 72 | 111 | 530 | 100 | 20 |
| Binary | 1000101 | 1111 | 11101 | 0 | 1001110 | 111010 | 1001001 | 101011000 | 1000000 | 10000 |
Color Harmonies of #450F1D
Complementary color
Monochromatic Colors of #450F1D
Black with #450F1D
Text Example
Text Example
White with #450F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F1D; }
p { color: rgb(69,15,29); }
H1.HeaderClassName
{
color: #450F1D;
}
.AnyTagClassName
{
color: #450F1D;
}
</style>
background-color css
<style>
a { background-color: #450F1D; }
a { background-color: rgb(69,15,29); }
div.DivClassName
{
background-color: #450F1D;
}
.BgClassName
{
background-color: #450F1D;
}
</style>
border-color css
<style>
span { border-color: #450F1D; }
span { border-color: rgb(69,15,29); }
td.TdClassName
{
border-color: #450F1D;
}
.TagClassName
{
border-color: #450F1D;
}
</style>