Shades of Bordeaux #450D1A
Tints of Bordeaux #450D1A
RGB
CMYK
RGB Variations
Color information
#450D1A (or 0x450D1A) is known color: Bordeaux. HEX triplet: 45, 0D and 1A. RGB value is (69,13,26). Sum of RGB (Red+Green+Blue) = 69+13+26=108 (14% of max value = 765). Red value is 69 (27.34% from 255 or 63.89% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 69 - color contains mainly: red. Hex color #450D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D1A is #BAF2E5. Grayscale: #1F1F1F. Windows color (decimal): -12251878 or 1707333. OLE color: 1707333.
HSL color Cylindrical-coordinate representation of color #450D1A: hue angle of 346.07º 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 #450D1A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 26 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.73 |
| HSL | 346.07º | 0.68% | 0.16% | - |
| HSV(B) | 346.07º | 0.81% | 0.27% | - |
| XYZ | 2.78 | 1.63 | 1.14 | - |
| YUV | 31.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 26 | 0 | 0.81 | 0.62 | 0.73 | 346.07 | 0.68 | 0.16 |
| Hex | 45 | D | 1A | 0 | 51 | 3E | 49 | 15A | 44 | 10 |
| Octal | 105 | 15 | 32 | 0 | 121 | 76 | 111 | 532 | 104 | 20 |
| Binary | 1000101 | 1101 | 11010 | 0 | 1010001 | 111110 | 1001001 | 101011010 | 1000100 | 10000 |
Color Harmonies of #450D1A
Complementary color
Monochromatic Colors of #450D1A
Black with #450D1A
Text Example
Text Example
White with #450D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D1A; }
p { color: rgb(69,13,26); }
H1.HeaderClassName
{
color: #450D1A;
}
.AnyTagClassName
{
color: #450D1A;
}
</style>
background-color css
<style>
a { background-color: #450D1A; }
a { background-color: rgb(69,13,26); }
div.DivClassName
{
background-color: #450D1A;
}
.BgClassName
{
background-color: #450D1A;
}
</style>
border-color css
<style>
span { border-color: #450D1A; }
span { border-color: rgb(69,13,26); }
td.TdClassName
{
border-color: #450D1A;
}
.TagClassName
{
border-color: #450D1A;
}
</style>