Shades of Bordeaux #451223
Tints of Bordeaux #451223
RGB
CMYK
RGB Variations
Color information
#451223 (or 0x451223) is known color: Bordeaux. HEX triplet: 45, 12 and 23. RGB value is (69,18,35). Sum of RGB (Red+Green+Blue) = 69+18+35=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451223 is #BAEDDC. Grayscale: #232323. Windows color (decimal): -12250589 or 2298437. OLE color: 2298437.
HSL color Cylindrical-coordinate representation of color #451223: hue angle of 340º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451223 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 18 | 35 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.73 |
| HSL | 340º | 0.59% | 0.17% | - |
| HSV(B) | 340º | 0.74% | 0.27% | - |
| XYZ | 2.97 | 1.82 | 1.78 | - |
| YUV | 35.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 35 | 0 | 0.74 | 0.49 | 0.73 | 340 | 0.59 | 0.17 |
| Hex | 45 | 12 | 23 | 0 | 4A | 31 | 49 | 154 | 3B | 11 |
| Octal | 105 | 22 | 43 | 0 | 112 | 61 | 111 | 524 | 73 | 21 |
| Binary | 1000101 | 10010 | 100011 | 0 | 1001010 | 110001 | 1001001 | 101010100 | 111011 | 10001 |
Color Harmonies of #451223
Complementary color
Monochromatic Colors of #451223
Black with #451223
Text Example
Text Example
White with #451223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451223; }
p { color: rgb(69,18,35); }
H1.HeaderClassName
{
color: #451223;
}
.AnyTagClassName
{
color: #451223;
}
</style>
background-color css
<style>
a { background-color: #451223; }
a { background-color: rgb(69,18,35); }
div.DivClassName
{
background-color: #451223;
}
.BgClassName
{
background-color: #451223;
}
</style>
border-color css
<style>
span { border-color: #451223; }
span { border-color: rgb(69,18,35); }
td.TdClassName
{
border-color: #451223;
}
.TagClassName
{
border-color: #451223;
}
</style>