Shades of Bordeaux #450F1F
Tints of Bordeaux #450F1F
RGB
CMYK
RGB Variations
Color information
#450F1F (or 0x450F1F) is known color: Bordeaux. HEX triplet: 45, 0F and 1F. RGB value is (69,15,31). Sum of RGB (Red+Green+Blue) = 69+15+31=115 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 69 - color contains mainly: red. Hex color #450F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F1F is #BAF0E0. Grayscale: #202020. Windows color (decimal): -12251361 or 2035525. OLE color: 2035525.
HSL color Cylindrical-coordinate representation of color #450F1F: hue angle of 342.22º 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 #450F1F is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 31 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.73 |
| HSL | 342.22º | 0.64% | 0.16% | - |
| HSV(B) | 342.22º | 0.78% | 0.27% | - |
| XYZ | 2.87 | 1.71 | 1.47 | - |
| YUV | 32.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 31 | 0 | 0.78 | 0.55 | 0.73 | 342.22 | 0.64 | 0.16 |
| Hex | 45 | F | 1F | 0 | 4E | 37 | 49 | 156 | 40 | 10 |
| Octal | 105 | 17 | 37 | 0 | 116 | 67 | 111 | 526 | 100 | 20 |
| Binary | 1000101 | 1111 | 11111 | 0 | 1001110 | 110111 | 1001001 | 101010110 | 1000000 | 10000 |
Color Harmonies of #450F1F
Complementary color
Monochromatic Colors of #450F1F
Black with #450F1F
Text Example
Text Example
White with #450F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F1F; }
p { color: rgb(69,15,31); }
H1.HeaderClassName
{
color: #450F1F;
}
.AnyTagClassName
{
color: #450F1F;
}
</style>
background-color css
<style>
a { background-color: #450F1F; }
a { background-color: rgb(69,15,31); }
div.DivClassName
{
background-color: #450F1F;
}
.BgClassName
{
background-color: #450F1F;
}
</style>
border-color css
<style>
span { border-color: #450F1F; }
span { border-color: rgb(69,15,31); }
td.TdClassName
{
border-color: #450F1F;
}
.TagClassName
{
border-color: #450F1F;
}
</style>