Shades of Bordeaux #451321
Tints of Bordeaux #451321
RGB
CMYK
RGB Variations
Color information
#451321 (or 0x451321) is known color: Bordeaux. HEX triplet: 45, 13 and 21. RGB value is (69,19,33). Sum of RGB (Red+Green+Blue) = 69+19+33=121 (16% of max value = 765). Red value is 69 (27.34% from 255 or 57.02% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 69 - color contains mainly: red. Hex color #451321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451321 is #BAECDE. Grayscale: #232323. Windows color (decimal): -12250335 or 2167621. OLE color: 2167621.
HSL color Cylindrical-coordinate representation of color #451321: hue angle of 343.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451321 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 19 | 33 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.73 |
| HSL | 343.2º | 0.57% | 0.17% | - |
| HSV(B) | 343.2º | 0.72% | 0.27% | - |
| XYZ | 2.96 | 1.84 | 1.64 | - |
| YUV | 35.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 33 | 0 | 0.72 | 0.52 | 0.73 | 343.2 | 0.57 | 0.17 |
| Hex | 45 | 13 | 21 | 0 | 48 | 34 | 49 | 157 | 39 | 11 |
| Octal | 105 | 23 | 41 | 0 | 110 | 64 | 111 | 527 | 71 | 21 |
| Binary | 1000101 | 10011 | 100001 | 0 | 1001000 | 110100 | 1001001 | 101010111 | 111001 | 10001 |
Color Harmonies of #451321
Complementary color
Monochromatic Colors of #451321
Black with #451321
Text Example
Text Example
White with #451321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451321; }
p { color: rgb(69,19,33); }
H1.HeaderClassName
{
color: #451321;
}
.AnyTagClassName
{
color: #451321;
}
</style>
background-color css
<style>
a { background-color: #451321; }
a { background-color: rgb(69,19,33); }
div.DivClassName
{
background-color: #451321;
}
.BgClassName
{
background-color: #451321;
}
</style>
border-color css
<style>
span { border-color: #451321; }
span { border-color: rgb(69,19,33); }
td.TdClassName
{
border-color: #451321;
}
.TagClassName
{
border-color: #451321;
}
</style>