Shades of Bordeaux #48111D
Tints of Bordeaux #48111D
RGB
CMYK
RGB Variations
Color information
#48111D (or 0x48111D) is known color: Bordeaux. HEX triplet: 48, 11 and 1D. RGB value is (72,17,29). Sum of RGB (Red+Green+Blue) = 72+17+29=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111D is #B7EEE2. Grayscale: #222222. Windows color (decimal): -12054243 or 1904968. OLE color: 1904968.
HSL color Cylindrical-coordinate representation of color #48111D: hue angle of 346.91º 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 #48111D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 29 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.72 |
| HSL | 346.91º | 0.62% | 0.17% | - |
| HSV(B) | 346.91º | 0.76% | 0.28% | - |
| XYZ | 3.09 | 1.87 | 1.36 | - |
| YUV | 34.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 29 | 0 | 0.76 | 0.60 | 0.72 | 346.91 | 0.62 | 0.17 |
| Hex | 48 | 11 | 1D | 0 | 4C | 3C | 48 | 15B | 3E | 11 |
| Octal | 110 | 21 | 35 | 0 | 114 | 74 | 110 | 533 | 76 | 21 |
| Binary | 1001000 | 10001 | 11101 | 0 | 1001100 | 111100 | 1001000 | 101011011 | 111110 | 10001 |
Color Harmonies of #48111D
Complementary color
Monochromatic Colors of #48111D
Black with #48111D
Text Example
Text Example
White with #48111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48111D; }
p { color: rgb(72,17,29); }
H1.HeaderClassName
{
color: #48111D;
}
.AnyTagClassName
{
color: #48111D;
}
</style>
background-color css
<style>
a { background-color: #48111D; }
a { background-color: rgb(72,17,29); }
div.DivClassName
{
background-color: #48111D;
}
.BgClassName
{
background-color: #48111D;
}
</style>
border-color css
<style>
span { border-color: #48111D; }
span { border-color: rgb(72,17,29); }
td.TdClassName
{
border-color: #48111D;
}
.TagClassName
{
border-color: #48111D;
}
</style>