Shades of Bordeaux #48131D
Tints of Bordeaux #48131D
RGB
CMYK
RGB Variations
Color information
#48131D (or 0x48131D) is known color: Bordeaux. HEX triplet: 48, 13 and 1D. RGB value is (72,19,29). Sum of RGB (Red+Green+Blue) = 72+19+29=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48131D is #B7ECE2. Grayscale: #232323. Windows color (decimal): -12053731 or 1905480. OLE color: 1905480.
HSL color Cylindrical-coordinate representation of color #48131D: hue angle of 348.68º 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 #48131D is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 29 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.72 |
| HSL | 348.68º | 0.58% | 0.18% | - |
| HSV(B) | 348.68º | 0.74% | 0.28% | - |
| XYZ | 3.13 | 1.93 | 1.37 | - |
| YUV | 35.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 29 | 0 | 0.74 | 0.60 | 0.72 | 348.68 | 0.58 | 0.18 |
| Hex | 48 | 13 | 1D | 0 | 4A | 3C | 48 | 15D | 3A | 12 |
| Octal | 110 | 23 | 35 | 0 | 112 | 74 | 110 | 535 | 72 | 22 |
| Binary | 1001000 | 10011 | 11101 | 0 | 1001010 | 111100 | 1001000 | 101011101 | 111010 | 10010 |
Color Harmonies of #48131D
Complementary color
Monochromatic Colors of #48131D
Black with #48131D
Text Example
Text Example
White with #48131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48131D; }
p { color: rgb(72,19,29); }
H1.HeaderClassName
{
color: #48131D;
}
.AnyTagClassName
{
color: #48131D;
}
</style>
background-color css
<style>
a { background-color: #48131D; }
a { background-color: rgb(72,19,29); }
div.DivClassName
{
background-color: #48131D;
}
.BgClassName
{
background-color: #48131D;
}
</style>
border-color css
<style>
span { border-color: #48131D; }
span { border-color: rgb(72,19,29); }
td.TdClassName
{
border-color: #48131D;
}
.TagClassName
{
border-color: #48131D;
}
</style>