Shades of Bordeaux #481B24
Tints of Bordeaux #481B24
RGB
CMYK
RGB Variations
Color information
#481B24 (or 0x481B24) is known color: Bordeaux. HEX triplet: 48, 1B and 24. RGB value is (72,27,36). Sum of RGB (Red+Green+Blue) = 72+27+36=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B24 is #B7E4DB. Grayscale: #292929. Windows color (decimal): -12051676 or 2366280. OLE color: 2366280.
HSL color Cylindrical-coordinate representation of color #481B24: hue angle of 348º 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 #481B24 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 36 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.72 |
| HSL | 348º | 0.45% | 0.19% | - |
| HSV(B) | 348º | 0.63% | 0.28% | - |
| XYZ | 3.38 | 2.29 | 1.93 | - |
| YUV | 41.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 36 | 0 | 0.62 | 0.5 | 0.72 | 348 | 0.45 | 0.19 |
| Hex | 48 | 1B | 24 | 0 | 3E | 32 | 48 | 15C | 2D | 13 |
| Octal | 110 | 33 | 44 | 0 | 76 | 62 | 110 | 534 | 55 | 23 |
| Binary | 1001000 | 11011 | 100100 | 0 | 111110 | 110010 | 1001000 | 101011100 | 101101 | 10011 |
Color Harmonies of #481B24
Complementary color
Monochromatic Colors of #481B24
Black with #481B24
Text Example
Text Example
White with #481B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B24; }
p { color: rgb(72,27,36); }
H1.HeaderClassName
{
color: #481B24;
}
.AnyTagClassName
{
color: #481B24;
}
</style>
background-color css
<style>
a { background-color: #481B24; }
a { background-color: rgb(72,27,36); }
div.DivClassName
{
background-color: #481B24;
}
.BgClassName
{
background-color: #481B24;
}
</style>
border-color css
<style>
span { border-color: #481B24; }
span { border-color: rgb(72,27,36); }
td.TdClassName
{
border-color: #481B24;
}
.TagClassName
{
border-color: #481B24;
}
</style>