Shades of Bordeaux #481B21
Tints of Bordeaux #481B21
RGB
CMYK
RGB Variations
Color information
#481B21 (or 0x481B21) is known color: Bordeaux. HEX triplet: 48, 1B and 21. RGB value is (72,27,33). Sum of RGB (Red+Green+Blue) = 72+27+33=132 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.55% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 72 - color contains mainly: red. Hex color #481B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B21 is #B7E4DE. Grayscale: #292929. Windows color (decimal): -12051679 or 2169672. OLE color: 2169672.
HSL color Cylindrical-coordinate representation of color #481B21: hue angle of 352º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B21 is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 33 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.72 |
| HSL | 352º | 0.45% | 0.19% | - |
| HSV(B) | 352º | 0.63% | 0.28% | - |
| XYZ | 3.34 | 2.27 | 1.7 | - |
| YUV | 41.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 33 | 0 | 0.62 | 0.54 | 0.72 | 352 | 0.45 | 0.19 |
| Hex | 48 | 1B | 21 | 0 | 3E | 36 | 48 | 160 | 2D | 13 |
| Octal | 110 | 33 | 41 | 0 | 76 | 66 | 110 | 540 | 55 | 23 |
| Binary | 1001000 | 11011 | 100001 | 0 | 111110 | 110110 | 1001000 | 101100000 | 101101 | 10011 |
Color Harmonies of #481B21
Complementary color
Monochromatic Colors of #481B21
Black with #481B21
Text Example
Text Example
White with #481B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B21; }
p { color: rgb(72,27,33); }
H1.HeaderClassName
{
color: #481B21;
}
.AnyTagClassName
{
color: #481B21;
}
</style>
background-color css
<style>
a { background-color: #481B21; }
a { background-color: rgb(72,27,33); }
div.DivClassName
{
background-color: #481B21;
}
.BgClassName
{
background-color: #481B21;
}
</style>
border-color css
<style>
span { border-color: #481B21; }
span { border-color: rgb(72,27,33); }
td.TdClassName
{
border-color: #481B21;
}
.TagClassName
{
border-color: #481B21;
}
</style>