Shades of Bordeaux #48131F
Tints of Bordeaux #48131F
RGB
CMYK
RGB Variations
Color information
#48131F (or 0x48131F) is known color: Bordeaux. HEX triplet: 48, 13 and 1F. RGB value is (72,19,31). Sum of RGB (Red+Green+Blue) = 72+19+31=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48131F is #B7ECE0. Grayscale: #242424. Windows color (decimal): -12053729 or 2036552. OLE color: 2036552.
HSL color Cylindrical-coordinate representation of color #48131F: hue angle of 346.42º 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 #48131F is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 31 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.72 |
| HSL | 346.42º | 0.58% | 0.18% | - |
| HSV(B) | 346.42º | 0.74% | 0.28% | - |
| XYZ | 3.15 | 1.94 | 1.51 | - |
| YUV | 36.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 31 | 0 | 0.74 | 0.57 | 0.72 | 346.42 | 0.58 | 0.18 |
| Hex | 48 | 13 | 1F | 0 | 4A | 39 | 48 | 15A | 3A | 12 |
| Octal | 110 | 23 | 37 | 0 | 112 | 71 | 110 | 532 | 72 | 22 |
| Binary | 1001000 | 10011 | 11111 | 0 | 1001010 | 111001 | 1001000 | 101011010 | 111010 | 10010 |
Color Harmonies of #48131F
Complementary color
Monochromatic Colors of #48131F
Black with #48131F
Text Example
Text Example
White with #48131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48131F; }
p { color: rgb(72,19,31); }
H1.HeaderClassName
{
color: #48131F;
}
.AnyTagClassName
{
color: #48131F;
}
</style>
background-color css
<style>
a { background-color: #48131F; }
a { background-color: rgb(72,19,31); }
div.DivClassName
{
background-color: #48131F;
}
.BgClassName
{
background-color: #48131F;
}
</style>
border-color css
<style>
span { border-color: #48131F; }
span { border-color: rgb(72,19,31); }
td.TdClassName
{
border-color: #48131F;
}
.TagClassName
{
border-color: #48131F;
}
</style>