Shades of Bordeaux #450B1D
Tints of Bordeaux #450B1D
RGB
CMYK
RGB Variations
Color information
#450B1D (or 0x450B1D) is known color: Bordeaux. HEX triplet: 45, 0B and 1D. RGB value is (69,11,29). Sum of RGB (Red+Green+Blue) = 69+11+29=109 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.30% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 69 - color contains mainly: red. Hex color #450B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450B1D is #BAF4E2. Grayscale: #1E1E1E. Windows color (decimal): -12252387 or 1903429. OLE color: 1903429.
HSL color Cylindrical-coordinate representation of color #450B1D: hue angle of 341.38º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #450B1D is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 11 | 29 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.73 |
| HSL | 341.38º | 0.73% | 0.16% | - |
| HSV(B) | 341.38º | 0.84% | 0.27% | - |
| XYZ | 2.8 | 1.59 | 1.32 | - |
| YUV | 30.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 11 | 29 | 0 | 0.84 | 0.58 | 0.73 | 341.38 | 0.73 | 0.16 |
| Hex | 45 | B | 1D | 0 | 54 | 3A | 49 | 155 | 48 | 10 |
| Octal | 105 | 13 | 35 | 0 | 124 | 72 | 111 | 525 | 110 | 20 |
| Binary | 1000101 | 1011 | 11101 | 0 | 1010100 | 111010 | 1001001 | 101010101 | 1001000 | 10000 |
Color Harmonies of #450B1D
Complementary color
Monochromatic Colors of #450B1D
Black with #450B1D
Text Example
Text Example
White with #450B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450B1D; }
p { color: rgb(69,11,29); }
H1.HeaderClassName
{
color: #450B1D;
}
.AnyTagClassName
{
color: #450B1D;
}
</style>
background-color css
<style>
a { background-color: #450B1D; }
a { background-color: rgb(69,11,29); }
div.DivClassName
{
background-color: #450B1D;
}
.BgClassName
{
background-color: #450B1D;
}
</style>
border-color css
<style>
span { border-color: #450B1D; }
span { border-color: rgb(69,11,29); }
td.TdClassName
{
border-color: #450B1D;
}
.TagClassName
{
border-color: #450B1D;
}
</style>