Shades of Bordeaux #481021
Tints of Bordeaux #481021
RGB
CMYK
RGB Variations
Color information
#481021 (or 0x481021) is known color: Bordeaux. HEX triplet: 48, 10 and 21. RGB value is (72,16,33). Sum of RGB (Red+Green+Blue) = 72+16+33=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #481021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481021 is #B7EFDE. Grayscale: #222222. Windows color (decimal): -12054495 or 2166856. OLE color: 2166856.
HSL color Cylindrical-coordinate representation of color #481021: hue angle of 341.79º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481021 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 16 | 33 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.72 |
| HSL | 341.79º | 0.64% | 0.17% | - |
| HSV(B) | 341.79º | 0.78% | 0.28% | - |
| XYZ | 3.13 | 1.86 | 1.63 | - |
| YUV | 34.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 33 | 0 | 0.78 | 0.54 | 0.72 | 341.79 | 0.64 | 0.17 |
| Hex | 48 | 10 | 21 | 0 | 4E | 36 | 48 | 156 | 40 | 11 |
| Octal | 110 | 20 | 41 | 0 | 116 | 66 | 110 | 526 | 100 | 21 |
| Binary | 1001000 | 10000 | 100001 | 0 | 1001110 | 110110 | 1001000 | 101010110 | 1000000 | 10001 |
Color Harmonies of #481021
Complementary color
Monochromatic Colors of #481021
Black with #481021
Text Example
Text Example
White with #481021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481021; }
p { color: rgb(72,16,33); }
H1.HeaderClassName
{
color: #481021;
}
.AnyTagClassName
{
color: #481021;
}
</style>
background-color css
<style>
a { background-color: #481021; }
a { background-color: rgb(72,16,33); }
div.DivClassName
{
background-color: #481021;
}
.BgClassName
{
background-color: #481021;
}
</style>
border-color css
<style>
span { border-color: #481021; }
span { border-color: rgb(72,16,33); }
td.TdClassName
{
border-color: #481021;
}
.TagClassName
{
border-color: #481021;
}
</style>