Shades of Bordeaux #450F22
Tints of Bordeaux #450F22
RGB
CMYK
RGB Variations
Color information
#450F22 (or 0x450F22) is known color: Bordeaux. HEX triplet: 45, 0F and 22. RGB value is (69,15,34). Sum of RGB (Red+Green+Blue) = 69+15+34=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #450F22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450F22 is #BAF0DD. Grayscale: #212121. Windows color (decimal): -12251358 or 2232133. OLE color: 2232133.
HSL color Cylindrical-coordinate representation of color #450F22: hue angle of 338.89º 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 #450F22 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 15 | 34 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.73 |
| HSL | 338.89º | 0.64% | 0.16% | - |
| HSV(B) | 338.89º | 0.78% | 0.27% | - |
| XYZ | 2.91 | 1.72 | 1.69 | - |
| YUV | 33.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 15 | 34 | 0 | 0.78 | 0.51 | 0.73 | 338.89 | 0.64 | 0.16 |
| Hex | 45 | F | 22 | 0 | 4E | 33 | 49 | 153 | 40 | 10 |
| Octal | 105 | 17 | 42 | 0 | 116 | 63 | 111 | 523 | 100 | 20 |
| Binary | 1000101 | 1111 | 100010 | 0 | 1001110 | 110011 | 1001001 | 101010011 | 1000000 | 10000 |
Color Harmonies of #450F22
Complementary color
Monochromatic Colors of #450F22
Black with #450F22
Text Example
Text Example
White with #450F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450F22; }
p { color: rgb(69,15,34); }
H1.HeaderClassName
{
color: #450F22;
}
.AnyTagClassName
{
color: #450F22;
}
</style>
background-color css
<style>
a { background-color: #450F22; }
a { background-color: rgb(69,15,34); }
div.DivClassName
{
background-color: #450F22;
}
.BgClassName
{
background-color: #450F22;
}
</style>
border-color css
<style>
span { border-color: #450F22; }
span { border-color: rgb(69,15,34); }
td.TdClassName
{
border-color: #450F22;
}
.TagClassName
{
border-color: #450F22;
}
</style>