Shades of Bordeaux #481124
Tints of Bordeaux #481124
RGB
CMYK
RGB Variations
Color information
#481124 (or 0x481124) is known color: Bordeaux. HEX triplet: 48, 11 and 24. RGB value is (72,17,36). Sum of RGB (Red+Green+Blue) = 72+17+36=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481124 is #B7EEDB. Grayscale: #232323. Windows color (decimal): -12054236 or 2363720. OLE color: 2363720.
HSL color Cylindrical-coordinate representation of color #481124: hue angle of 339.27º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481124 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 36 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.72 |
| HSL | 339.27º | 0.62% | 0.17% | - |
| HSV(B) | 339.27º | 0.76% | 0.28% | - |
| XYZ | 3.19 | 1.91 | 1.87 | - |
| YUV | 35.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 36 | 0 | 0.76 | 0.5 | 0.72 | 339.27 | 0.62 | 0.17 |
| Hex | 48 | 11 | 24 | 0 | 4C | 32 | 48 | 153 | 3E | 11 |
| Octal | 110 | 21 | 44 | 0 | 114 | 62 | 110 | 523 | 76 | 21 |
| Binary | 1001000 | 10001 | 100100 | 0 | 1001100 | 110010 | 1001000 | 101010011 | 111110 | 10001 |
Color Harmonies of #481124
Complementary color
Monochromatic Colors of #481124
Black with #481124
Text Example
Text Example
White with #481124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481124; }
p { color: rgb(72,17,36); }
H1.HeaderClassName
{
color: #481124;
}
.AnyTagClassName
{
color: #481124;
}
</style>
background-color css
<style>
a { background-color: #481124; }
a { background-color: rgb(72,17,36); }
div.DivClassName
{
background-color: #481124;
}
.BgClassName
{
background-color: #481124;
}
</style>
border-color css
<style>
span { border-color: #481124; }
span { border-color: rgb(72,17,36); }
td.TdClassName
{
border-color: #481124;
}
.TagClassName
{
border-color: #481124;
}
</style>