Shades of Bordeaux #48191E
Tints of Bordeaux #48191E
RGB
CMYK
RGB Variations
Color information
#48191E (or 0x48191E) is known color: Bordeaux. HEX triplet: 48, 19 and 1E. RGB value is (72,25,30). Sum of RGB (Red+Green+Blue) = 72+25+30=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191E is #B7E6E1. Grayscale: #272727. Windows color (decimal): -12052194 or 1972552. OLE color: 1972552.
HSL color Cylindrical-coordinate representation of color #48191E: hue angle of 353.62º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48191E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 30 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.72 |
| HSL | 353.62º | 0.48% | 0.19% | - |
| HSV(B) | 353.62º | 0.65% | 0.28% | - |
| XYZ | 3.25 | 2.17 | 1.47 | - |
| YUV | 39.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 30 | 0 | 0.65 | 0.58 | 0.72 | 353.62 | 0.48 | 0.19 |
| Hex | 48 | 19 | 1E | 0 | 41 | 3A | 48 | 162 | 30 | 13 |
| Octal | 110 | 31 | 36 | 0 | 101 | 72 | 110 | 542 | 60 | 23 |
| Binary | 1001000 | 11001 | 11110 | 0 | 1000001 | 111010 | 1001000 | 101100010 | 110000 | 10011 |
Color Harmonies of #48191E
Complementary color
Monochromatic Colors of #48191E
Black with #48191E
Text Example
Text Example
White with #48191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48191E; }
p { color: rgb(72,25,30); }
H1.HeaderClassName
{
color: #48191E;
}
.AnyTagClassName
{
color: #48191E;
}
</style>
background-color css
<style>
a { background-color: #48191E; }
a { background-color: rgb(72,25,30); }
div.DivClassName
{
background-color: #48191E;
}
.BgClassName
{
background-color: #48191E;
}
</style>
border-color css
<style>
span { border-color: #48191E; }
span { border-color: rgb(72,25,30); }
td.TdClassName
{
border-color: #48191E;
}
.TagClassName
{
border-color: #48191E;
}
</style>