Shades of Bordeaux #48131E
Tints of Bordeaux #48131E
RGB
CMYK
RGB Variations
Color information
#48131E (or 0x48131E) is known color: Bordeaux. HEX triplet: 48, 13 and 1E. RGB value is (72,19,30). Sum of RGB (Red+Green+Blue) = 72+19+30=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48131E is #B7ECE1. Grayscale: #242424. Windows color (decimal): -12053730 or 1971016. OLE color: 1971016.
HSL color Cylindrical-coordinate representation of color #48131E: hue angle of 347.55º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48131E is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 30 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.72 |
| HSL | 347.55º | 0.58% | 0.18% | - |
| HSV(B) | 347.55º | 0.74% | 0.28% | - |
| XYZ | 3.14 | 1.94 | 1.44 | - |
| YUV | 36.1 | 124.56 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 30 | 0 | 0.74 | 0.58 | 0.72 | 347.55 | 0.58 | 0.18 |
| Hex | 48 | 13 | 1E | 0 | 4A | 3A | 48 | 15C | 3A | 12 |
| Octal | 110 | 23 | 36 | 0 | 112 | 72 | 110 | 534 | 72 | 22 |
| Binary | 1001000 | 10011 | 11110 | 0 | 1001010 | 111010 | 1001000 | 101011100 | 111010 | 10010 |
Color Harmonies of #48131E
Complementary color
Monochromatic Colors of #48131E
Black with #48131E
Text Example
Text Example
White with #48131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48131E; }
p { color: rgb(72,19,30); }
H1.HeaderClassName
{
color: #48131E;
}
.AnyTagClassName
{
color: #48131E;
}
</style>
background-color css
<style>
a { background-color: #48131E; }
a { background-color: rgb(72,19,30); }
div.DivClassName
{
background-color: #48131E;
}
.BgClassName
{
background-color: #48131E;
}
</style>
border-color css
<style>
span { border-color: #48131E; }
span { border-color: rgb(72,19,30); }
td.TdClassName
{
border-color: #48131E;
}
.TagClassName
{
border-color: #48131E;
}
</style>