Shades of Bordeaux #48171B
Tints of Bordeaux #48171B
RGB
CMYK
RGB Variations
Color information
#48171B (or 0x48171B) is known color: Bordeaux. HEX triplet: 48, 17 and 1B. RGB value is (72,23,27). Sum of RGB (Red+Green+Blue) = 72+23+27=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48171B is #B7E8E4. Grayscale: #262626. Windows color (decimal): -12052709 or 1775432. OLE color: 1775432.
HSL color Cylindrical-coordinate representation of color #48171B: hue angle of 355.1º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48171B is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 27 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.72 |
| HSL | 355.1º | 0.52% | 0.19% | - |
| HSV(B) | 355.1º | 0.68% | 0.28% | - |
| XYZ | 3.18 | 2.07 | 1.27 | - |
| YUV | 38.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 27 | 0 | 0.68 | 0.62 | 0.72 | 355.1 | 0.52 | 0.19 |
| Hex | 48 | 17 | 1B | 0 | 44 | 3E | 48 | 163 | 34 | 13 |
| Octal | 110 | 27 | 33 | 0 | 104 | 76 | 110 | 543 | 64 | 23 |
| Binary | 1001000 | 10111 | 11011 | 0 | 1000100 | 111110 | 1001000 | 101100011 | 110100 | 10011 |
Color Harmonies of #48171B
Complementary color
Monochromatic Colors of #48171B
Black with #48171B
Text Example
Text Example
White with #48171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48171B; }
p { color: rgb(72,23,27); }
H1.HeaderClassName
{
color: #48171B;
}
.AnyTagClassName
{
color: #48171B;
}
</style>
background-color css
<style>
a { background-color: #48171B; }
a { background-color: rgb(72,23,27); }
div.DivClassName
{
background-color: #48171B;
}
.BgClassName
{
background-color: #48171B;
}
</style>
border-color css
<style>
span { border-color: #48171B; }
span { border-color: rgb(72,23,27); }
td.TdClassName
{
border-color: #48171B;
}
.TagClassName
{
border-color: #48171B;
}
</style>