Shades of Bordeaux #481920
Tints of Bordeaux #481920
RGB
CMYK
RGB Variations
Color information
#481920 (or 0x481920) is known color: Bordeaux. HEX triplet: 48, 19 and 20. RGB value is (72,25,32). Sum of RGB (Red+Green+Blue) = 72+25+32=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481920 is #B7E6DF. Grayscale: #272727. Windows color (decimal): -12052192 or 2103624. OLE color: 2103624.
HSL color Cylindrical-coordinate representation of color #481920: hue angle of 351.06º 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 #481920 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 32 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.72 |
| HSL | 351.06º | 0.48% | 0.19% | - |
| HSV(B) | 351.06º | 0.65% | 0.28% | - |
| XYZ | 3.28 | 2.18 | 1.61 | - |
| YUV | 39.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 32 | 0 | 0.65 | 0.56 | 0.72 | 351.06 | 0.48 | 0.19 |
| Hex | 48 | 19 | 20 | 0 | 41 | 38 | 48 | 15F | 30 | 13 |
| Octal | 110 | 31 | 40 | 0 | 101 | 70 | 110 | 537 | 60 | 23 |
| Binary | 1001000 | 11001 | 100000 | 0 | 1000001 | 111000 | 1001000 | 101011111 | 110000 | 10011 |
Color Harmonies of #481920
Complementary color
Monochromatic Colors of #481920
Black with #481920
Text Example
Text Example
White with #481920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481920; }
p { color: rgb(72,25,32); }
H1.HeaderClassName
{
color: #481920;
}
.AnyTagClassName
{
color: #481920;
}
</style>
background-color css
<style>
a { background-color: #481920; }
a { background-color: rgb(72,25,32); }
div.DivClassName
{
background-color: #481920;
}
.BgClassName
{
background-color: #481920;
}
</style>
border-color css
<style>
span { border-color: #481920; }
span { border-color: rgb(72,25,32); }
td.TdClassName
{
border-color: #481920;
}
.TagClassName
{
border-color: #481920;
}
</style>