Shades of Bordeaux #48191D
Tints of Bordeaux #48191D
RGB
CMYK
RGB Variations
Color information
#48191D (or 0x48191D) is known color: Bordeaux. HEX triplet: 48, 19 and 1D. RGB value is (72,25,29). Sum of RGB (Red+Green+Blue) = 72+25+29=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191D is #B7E6E2. Grayscale: #272727. Windows color (decimal): -12052195 or 1907016. OLE color: 1907016.
HSL color Cylindrical-coordinate representation of color #48191D: hue angle of 354.89º 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 #48191D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 29 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.72 |
| HSL | 354.89º | 0.48% | 0.19% | - |
| HSV(B) | 354.89º | 0.65% | 0.28% | - |
| XYZ | 3.24 | 2.16 | 1.41 | - |
| YUV | 39.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 29 | 0 | 0.65 | 0.60 | 0.72 | 354.89 | 0.48 | 0.19 |
| Hex | 48 | 19 | 1D | 0 | 41 | 3C | 48 | 163 | 30 | 13 |
| Octal | 110 | 31 | 35 | 0 | 101 | 74 | 110 | 543 | 60 | 23 |
| Binary | 1001000 | 11001 | 11101 | 0 | 1000001 | 111100 | 1001000 | 101100011 | 110000 | 10011 |
Color Harmonies of #48191D
Complementary color
Monochromatic Colors of #48191D
Black with #48191D
Text Example
Text Example
White with #48191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48191D; }
p { color: rgb(72,25,29); }
H1.HeaderClassName
{
color: #48191D;
}
.AnyTagClassName
{
color: #48191D;
}
</style>
background-color css
<style>
a { background-color: #48191D; }
a { background-color: rgb(72,25,29); }
div.DivClassName
{
background-color: #48191D;
}
.BgClassName
{
background-color: #48191D;
}
</style>
border-color css
<style>
span { border-color: #48191D; }
span { border-color: rgb(72,25,29); }
td.TdClassName
{
border-color: #48191D;
}
.TagClassName
{
border-color: #48191D;
}
</style>