Shades of Bordeaux #450D1C
Tints of Bordeaux #450D1C
RGB
CMYK
RGB Variations
Color information
#450D1C (or 0x450D1C) is known color: Bordeaux. HEX triplet: 45, 0D and 1C. RGB value is (69,13,28). Sum of RGB (Red+Green+Blue) = 69+13+28=110 (14% of max value = 765). Red value is 69 (27.34% from 255 or 62.73% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 69 - color contains mainly: red. Hex color #450D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450D1C is #BAF2E3. Grayscale: #1F1F1F. Windows color (decimal): -12251876 or 1838405. OLE color: 1838405.
HSL color Cylindrical-coordinate representation of color #450D1C: hue angle of 343.93º 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 #450D1C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 13 | 28 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.73 |
| HSL | 343.93º | 0.68% | 0.16% | - |
| HSV(B) | 343.93º | 0.81% | 0.27% | - |
| XYZ | 2.81 | 1.64 | 1.27 | - |
| YUV | 31.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 13 | 28 | 0 | 0.81 | 0.59 | 0.73 | 343.93 | 0.68 | 0.16 |
| Hex | 45 | D | 1C | 0 | 51 | 3B | 49 | 158 | 44 | 10 |
| Octal | 105 | 15 | 34 | 0 | 121 | 73 | 111 | 530 | 104 | 20 |
| Binary | 1000101 | 1101 | 11100 | 0 | 1010001 | 111011 | 1001001 | 101011000 | 1000100 | 10000 |
Color Harmonies of #450D1C
Complementary color
Monochromatic Colors of #450D1C
Black with #450D1C
Text Example
Text Example
White with #450D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450D1C; }
p { color: rgb(69,13,28); }
H1.HeaderClassName
{
color: #450D1C;
}
.AnyTagClassName
{
color: #450D1C;
}
</style>
background-color css
<style>
a { background-color: #450D1C; }
a { background-color: rgb(69,13,28); }
div.DivClassName
{
background-color: #450D1C;
}
.BgClassName
{
background-color: #450D1C;
}
</style>
border-color css
<style>
span { border-color: #450D1C; }
span { border-color: rgb(69,13,28); }
td.TdClassName
{
border-color: #450D1C;
}
.TagClassName
{
border-color: #450D1C;
}
</style>