Shades of Bordeaux #450F1B
Tints of Bordeaux #450F1B
RGB
CMYK
RGB Variations
Color information
#450F1B (or 0x450F1B) is known color: Bordeaux. HEX triplet: 45, 0F and 1B. RGB value is (69,15,27). Sum of RGB (Red+Green+Blue) = 69+15+27=111 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.16% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 69 - color contains mainly: red. Hex color #450F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F1B is #BAF0E4. Grayscale: #202020. Windows color (decimal): -12251365 or 1773381. OLE color: 1773381.
HSL color Cylindrical-coordinate representation of color #450F1B: hue angle of 346.67º 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 #450F1B is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 27 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.73 |
| HSL | 346.67º | 0.64% | 0.16% | - |
| HSV(B) | 346.67º | 0.78% | 0.27% | - |
| XYZ | 2.82 | 1.69 | 1.21 | - |
| YUV | 32.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 27 | 0 | 0.78 | 0.61 | 0.73 | 346.67 | 0.64 | 0.16 |
| Hex | 45 | F | 1B | 0 | 4E | 3D | 49 | 15B | 40 | 10 |
| Octal | 105 | 17 | 33 | 0 | 116 | 75 | 111 | 533 | 100 | 20 |
| Binary | 1000101 | 1111 | 11011 | 0 | 1001110 | 111101 | 1001001 | 101011011 | 1000000 | 10000 |
Color Harmonies of #450F1B
Complementary color
Monochromatic Colors of #450F1B
Black with #450F1B
Text Example
Text Example
White with #450F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F1B; }
p { color: rgb(69,15,27); }
H1.HeaderClassName
{
color: #450F1B;
}
.AnyTagClassName
{
color: #450F1B;
}
</style>
background-color css
<style>
a { background-color: #450F1B; }
a { background-color: rgb(69,15,27); }
div.DivClassName
{
background-color: #450F1B;
}
.BgClassName
{
background-color: #450F1B;
}
</style>
border-color css
<style>
span { border-color: #450F1B; }
span { border-color: rgb(69,15,27); }
td.TdClassName
{
border-color: #450F1B;
}
.TagClassName
{
border-color: #450F1B;
}
</style>