Shades of Bordeaux #48131B
Tints of Bordeaux #48131B
RGB
CMYK
RGB Variations
Color information
#48131B (or 0x48131B) is known color: Bordeaux. HEX triplet: 48, 13 and 1B. RGB value is (72,19,27). Sum of RGB (Red+Green+Blue) = 72+19+27=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48131B is #B7ECE4. Grayscale: #232323. Windows color (decimal): -12053733 or 1774408. OLE color: 1774408.
HSL color Cylindrical-coordinate representation of color #48131B: hue angle of 350.94º 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 #48131B is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 27 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.72 |
| HSL | 350.94º | 0.58% | 0.18% | - |
| HSV(B) | 350.94º | 0.74% | 0.28% | - |
| XYZ | 3.1 | 1.92 | 1.24 | - |
| YUV | 35.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 27 | 0 | 0.74 | 0.62 | 0.72 | 350.94 | 0.58 | 0.18 |
| Hex | 48 | 13 | 1B | 0 | 4A | 3E | 48 | 15F | 3A | 12 |
| Octal | 110 | 23 | 33 | 0 | 112 | 76 | 110 | 537 | 72 | 22 |
| Binary | 1001000 | 10011 | 11011 | 0 | 1001010 | 111110 | 1001000 | 101011111 | 111010 | 10010 |
Color Harmonies of #48131B
Complementary color
Monochromatic Colors of #48131B
Black with #48131B
Text Example
Text Example
White with #48131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48131B; }
p { color: rgb(72,19,27); }
H1.HeaderClassName
{
color: #48131B;
}
.AnyTagClassName
{
color: #48131B;
}
</style>
background-color css
<style>
a { background-color: #48131B; }
a { background-color: rgb(72,19,27); }
div.DivClassName
{
background-color: #48131B;
}
.BgClassName
{
background-color: #48131B;
}
</style>
border-color css
<style>
span { border-color: #48131B; }
span { border-color: rgb(72,19,27); }
td.TdClassName
{
border-color: #48131B;
}
.TagClassName
{
border-color: #48131B;
}
</style>