Shades of Bordeaux #481921
Tints of Bordeaux #481921
RGB
CMYK
RGB Variations
Color information
#481921 (or 0x481921) is known color: Bordeaux. HEX triplet: 48, 19 and 21. RGB value is (72,25,33). Sum of RGB (Red+Green+Blue) = 72+25+33=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481921 is #B7E6DE. Grayscale: #272727. Windows color (decimal): -12052191 or 2169160. OLE color: 2169160.
HSL color Cylindrical-coordinate representation of color #481921: hue angle of 349.79º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481921 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 33 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.72 |
| HSL | 349.79º | 0.48% | 0.19% | - |
| HSV(B) | 349.79º | 0.65% | 0.28% | - |
| XYZ | 3.29 | 2.18 | 1.69 | - |
| YUV | 39.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 33 | 0 | 0.65 | 0.54 | 0.72 | 349.79 | 0.48 | 0.19 |
| Hex | 48 | 19 | 21 | 0 | 41 | 36 | 48 | 15E | 30 | 13 |
| Octal | 110 | 31 | 41 | 0 | 101 | 66 | 110 | 536 | 60 | 23 |
| Binary | 1001000 | 11001 | 100001 | 0 | 1000001 | 110110 | 1001000 | 101011110 | 110000 | 10011 |
Color Harmonies of #481921
Complementary color
Monochromatic Colors of #481921
Black with #481921
Text Example
Text Example
White with #481921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481921; }
p { color: rgb(72,25,33); }
H1.HeaderClassName
{
color: #481921;
}
.AnyTagClassName
{
color: #481921;
}
</style>
background-color css
<style>
a { background-color: #481921; }
a { background-color: rgb(72,25,33); }
div.DivClassName
{
background-color: #481921;
}
.BgClassName
{
background-color: #481921;
}
</style>
border-color css
<style>
span { border-color: #481921; }
span { border-color: rgb(72,25,33); }
td.TdClassName
{
border-color: #481921;
}
.TagClassName
{
border-color: #481921;
}
</style>