Shades of Bordeaux #48111F
Tints of Bordeaux #48111F
RGB
CMYK
RGB Variations
Color information
#48111F (or 0x48111F) is known color: Bordeaux. HEX triplet: 48, 11 and 1F. RGB value is (72,17,31). Sum of RGB (Red+Green+Blue) = 72+17+31=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48111F is #B7EEE0. Grayscale: #232323. Windows color (decimal): -12054241 or 2036040. OLE color: 2036040.
HSL color Cylindrical-coordinate representation of color #48111F: hue angle of 344.73º 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 #48111F is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 31 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.72 |
| HSL | 344.73º | 0.62% | 0.17% | - |
| HSV(B) | 344.73º | 0.76% | 0.28% | - |
| XYZ | 3.12 | 1.88 | 1.49 | - |
| YUV | 35.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 31 | 0 | 0.76 | 0.57 | 0.72 | 344.73 | 0.62 | 0.17 |
| Hex | 48 | 11 | 1F | 0 | 4C | 39 | 48 | 159 | 3E | 11 |
| Octal | 110 | 21 | 37 | 0 | 114 | 71 | 110 | 531 | 76 | 21 |
| Binary | 1001000 | 10001 | 11111 | 0 | 1001100 | 111001 | 1001000 | 101011001 | 111110 | 10001 |
Color Harmonies of #48111F
Complementary color
Monochromatic Colors of #48111F
Black with #48111F
Text Example
Text Example
White with #48111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48111F; }
p { color: rgb(72,17,31); }
H1.HeaderClassName
{
color: #48111F;
}
.AnyTagClassName
{
color: #48111F;
}
</style>
background-color css
<style>
a { background-color: #48111F; }
a { background-color: rgb(72,17,31); }
div.DivClassName
{
background-color: #48111F;
}
.BgClassName
{
background-color: #48111F;
}
</style>
border-color css
<style>
span { border-color: #48111F; }
span { border-color: rgb(72,17,31); }
td.TdClassName
{
border-color: #48111F;
}
.TagClassName
{
border-color: #48111F;
}
</style>