Shades of Bordeaux #48151E
Tints of Bordeaux #48151E
RGB
CMYK
RGB Variations
Color information
#48151E (or 0x48151E) is known color: Bordeaux. HEX triplet: 48, 15 and 1E. RGB value is (72,21,30). Sum of RGB (Red+Green+Blue) = 72+21+30=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151E is #B7EAE1. Grayscale: #252525. Windows color (decimal): -12053218 or 1971528. OLE color: 1971528.
HSL color Cylindrical-coordinate representation of color #48151E: hue angle of 349.41º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48151E is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 30 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.72 |
| HSL | 349.41º | 0.55% | 0.18% | - |
| HSV(B) | 349.41º | 0.71% | 0.28% | - |
| XYZ | 3.17 | 2.01 | 1.45 | - |
| YUV | 37.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 30 | 0 | 0.71 | 0.58 | 0.72 | 349.41 | 0.55 | 0.18 |
| Hex | 48 | 15 | 1E | 0 | 47 | 3A | 48 | 15D | 37 | 12 |
| Octal | 110 | 25 | 36 | 0 | 107 | 72 | 110 | 535 | 67 | 22 |
| Binary | 1001000 | 10101 | 11110 | 0 | 1000111 | 111010 | 1001000 | 101011101 | 110111 | 10010 |
Color Harmonies of #48151E
Complementary color
Monochromatic Colors of #48151E
Black with #48151E
Text Example
Text Example
White with #48151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48151E; }
p { color: rgb(72,21,30); }
H1.HeaderClassName
{
color: #48151E;
}
.AnyTagClassName
{
color: #48151E;
}
</style>
background-color css
<style>
a { background-color: #48151E; }
a { background-color: rgb(72,21,30); }
div.DivClassName
{
background-color: #48151E;
}
.BgClassName
{
background-color: #48151E;
}
</style>
border-color css
<style>
span { border-color: #48151E; }
span { border-color: rgb(72,21,30); }
td.TdClassName
{
border-color: #48151E;
}
.TagClassName
{
border-color: #48151E;
}
</style>