Shades of Bordeaux #481721
Tints of Bordeaux #481721
RGB
CMYK
RGB Variations
Color information
#481721 (or 0x481721) is known color: Bordeaux. HEX triplet: 48, 17 and 21. RGB value is (72,23,33). Sum of RGB (Red+Green+Blue) = 72+23+33=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481721 is #B7E8DE. Grayscale: #262626. Windows color (decimal): -12052703 or 2168648. OLE color: 2168648.
HSL color Cylindrical-coordinate representation of color #481721: hue angle of 347.76º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481721 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 33 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.72 |
| HSL | 347.76º | 0.52% | 0.19% | - |
| HSV(B) | 347.76º | 0.68% | 0.28% | - |
| XYZ | 3.25 | 2.1 | 1.67 | - |
| YUV | 38.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 33 | 0 | 0.68 | 0.54 | 0.72 | 347.76 | 0.52 | 0.19 |
| Hex | 48 | 17 | 21 | 0 | 44 | 36 | 48 | 15C | 34 | 13 |
| Octal | 110 | 27 | 41 | 0 | 104 | 66 | 110 | 534 | 64 | 23 |
| Binary | 1001000 | 10111 | 100001 | 0 | 1000100 | 110110 | 1001000 | 101011100 | 110100 | 10011 |
Color Harmonies of #481721
Complementary color
Monochromatic Colors of #481721
Black with #481721
Text Example
Text Example
White with #481721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481721; }
p { color: rgb(72,23,33); }
H1.HeaderClassName
{
color: #481721;
}
.AnyTagClassName
{
color: #481721;
}
</style>
background-color css
<style>
a { background-color: #481721; }
a { background-color: rgb(72,23,33); }
div.DivClassName
{
background-color: #481721;
}
.BgClassName
{
background-color: #481721;
}
</style>
border-color css
<style>
span { border-color: #481721; }
span { border-color: rgb(72,23,33); }
td.TdClassName
{
border-color: #481721;
}
.TagClassName
{
border-color: #481721;
}
</style>