Shades of Bordeaux #48121E
Tints of Bordeaux #48121E
RGB
CMYK
RGB Variations
Color information
#48121E (or 0x48121E) is known color: Bordeaux. HEX triplet: 48, 12 and 1E. RGB value is (72,18,30). Sum of RGB (Red+Green+Blue) = 72+18+30=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48121E is #B7EDE1. Grayscale: #232323. Windows color (decimal): -12053986 or 1970760. OLE color: 1970760.
HSL color Cylindrical-coordinate representation of color #48121E: hue angle of 346.67º 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 #48121E is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 30 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.72 |
| HSL | 346.67º | 0.6% | 0.18% | - |
| HSV(B) | 346.67º | 0.75% | 0.28% | - |
| XYZ | 3.12 | 1.9 | 1.43 | - |
| YUV | 35.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 30 | 0 | 0.75 | 0.58 | 0.72 | 346.67 | 0.6 | 0.18 |
| Hex | 48 | 12 | 1E | 0 | 4B | 3A | 48 | 15B | 3C | 12 |
| Octal | 110 | 22 | 36 | 0 | 113 | 72 | 110 | 533 | 74 | 22 |
| Binary | 1001000 | 10010 | 11110 | 0 | 1001011 | 111010 | 1001000 | 101011011 | 111100 | 10010 |
Color Harmonies of #48121E
Complementary color
Monochromatic Colors of #48121E
Black with #48121E
Text Example
Text Example
White with #48121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48121E; }
p { color: rgb(72,18,30); }
H1.HeaderClassName
{
color: #48121E;
}
.AnyTagClassName
{
color: #48121E;
}
</style>
background-color css
<style>
a { background-color: #48121E; }
a { background-color: rgb(72,18,30); }
div.DivClassName
{
background-color: #48121E;
}
.BgClassName
{
background-color: #48121E;
}
</style>
border-color css
<style>
span { border-color: #48121E; }
span { border-color: rgb(72,18,30); }
td.TdClassName
{
border-color: #48121E;
}
.TagClassName
{
border-color: #48121E;
}
</style>