Shades of Bordeaux #481224
Tints of Bordeaux #481224
RGB
CMYK
RGB Variations
Color information
#481224 (or 0x481224) is known color: Bordeaux. HEX triplet: 48, 12 and 24. RGB value is (72,18,36). Sum of RGB (Red+Green+Blue) = 72+18+36=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 18 (7.42% from 255 or 14.29% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481224 is #B7EDDB. Grayscale: #242424. Windows color (decimal): -12053980 or 2363976. OLE color: 2363976.
HSL color Cylindrical-coordinate representation of color #481224: hue angle of 340º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481224 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 36 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.72 |
| HSL | 340º | 0.6% | 0.18% | - |
| HSV(B) | 340º | 0.75% | 0.28% | - |
| XYZ | 3.21 | 1.94 | 1.87 | - |
| YUV | 36.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 36 | 0 | 0.75 | 0.5 | 0.72 | 340 | 0.6 | 0.18 |
| Hex | 48 | 12 | 24 | 0 | 4B | 32 | 48 | 154 | 3C | 12 |
| Octal | 110 | 22 | 44 | 0 | 113 | 62 | 110 | 524 | 74 | 22 |
| Binary | 1001000 | 10010 | 100100 | 0 | 1001011 | 110010 | 1001000 | 101010100 | 111100 | 10010 |
Color Harmonies of #481224
Complementary color
Monochromatic Colors of #481224
Black with #481224
Text Example
Text Example
White with #481224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481224; }
p { color: rgb(72,18,36); }
H1.HeaderClassName
{
color: #481224;
}
.AnyTagClassName
{
color: #481224;
}
</style>
background-color css
<style>
a { background-color: #481224; }
a { background-color: rgb(72,18,36); }
div.DivClassName
{
background-color: #481224;
}
.BgClassName
{
background-color: #481224;
}
</style>
border-color css
<style>
span { border-color: #481224; }
span { border-color: rgb(72,18,36); }
td.TdClassName
{
border-color: #481224;
}
.TagClassName
{
border-color: #481224;
}
</style>