Shades of Bordeaux #48111B
Tints of Bordeaux #48111B
RGB
CMYK
RGB Variations
Color information
#48111B (or 0x48111B) is known color: Bordeaux. HEX triplet: 48, 11 and 1B. RGB value is (72,17,27). Sum of RGB (Red+Green+Blue) = 72+17+27=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111B is #B7EEE4. Grayscale: #222222. Windows color (decimal): -12054245 or 1773896. OLE color: 1773896.
HSL color Cylindrical-coordinate representation of color #48111B: hue angle of 349.09º 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 #48111B is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 27 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.72 |
| HSL | 349.09º | 0.62% | 0.17% | - |
| HSV(B) | 349.09º | 0.76% | 0.28% | - |
| XYZ | 3.07 | 1.86 | 1.23 | - |
| YUV | 34.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 27 | 0 | 0.76 | 0.62 | 0.72 | 349.09 | 0.62 | 0.17 |
| Hex | 48 | 11 | 1B | 0 | 4C | 3E | 48 | 15D | 3E | 11 |
| Octal | 110 | 21 | 33 | 0 | 114 | 76 | 110 | 535 | 76 | 21 |
| Binary | 1001000 | 10001 | 11011 | 0 | 1001100 | 111110 | 1001000 | 101011101 | 111110 | 10001 |
Color Harmonies of #48111B
Complementary color
Monochromatic Colors of #48111B
Black with #48111B
Text Example
Text Example
White with #48111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48111B; }
p { color: rgb(72,17,27); }
H1.HeaderClassName
{
color: #48111B;
}
.AnyTagClassName
{
color: #48111B;
}
</style>
background-color css
<style>
a { background-color: #48111B; }
a { background-color: rgb(72,17,27); }
div.DivClassName
{
background-color: #48111B;
}
.BgClassName
{
background-color: #48111B;
}
</style>
border-color css
<style>
span { border-color: #48111B; }
span { border-color: rgb(72,17,27); }
td.TdClassName
{
border-color: #48111B;
}
.TagClassName
{
border-color: #48111B;
}
</style>