Shades of Bordeaux #48011B
Tints of Bordeaux #48011B
RGB
CMYK
RGB Variations
Color information
#48011B (or 0x48011B) is known color: Bordeaux. HEX triplet: 48, 01 and 1B. RGB value is (72,1,27). Sum of RGB (Red+Green+Blue) = 72+1+27=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #48011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011B is #B7FEE4. Grayscale: #191919. Windows color (decimal): -12058341 or 1769800. OLE color: 1769800.
HSL color Cylindrical-coordinate representation of color #48011B: hue angle of 338.03º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48011B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.72 |
| HSL | 338.03º | 0.97% | 0.14% | - |
| HSV(B) | 338.03º | 0.99% | 0.28% | - |
| XYZ | 2.88 | 1.48 | 1.17 | - |
| YUV | 25.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 27 | 0 | 0.99 | 0.62 | 0.72 | 338.03 | 0.97 | 0.14 |
| Hex | 48 | 1 | 1B | 0 | 63 | 3E | 48 | 152 | 61 | E |
| Octal | 110 | 1 | 33 | 0 | 143 | 76 | 110 | 522 | 141 | 16 |
| Binary | 1001000 | 1 | 11011 | 0 | 1100011 | 111110 | 1001000 | 101010010 | 1100001 | 1110 |
Color Harmonies of #48011B
Complementary color
Monochromatic Colors of #48011B
Black with #48011B
Text Example
Text Example
White with #48011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48011B; }
p { color: rgb(72,1,27); }
H1.HeaderClassName
{
color: #48011B;
}
.AnyTagClassName
{
color: #48011B;
}
</style>
background-color css
<style>
a { background-color: #48011B; }
a { background-color: rgb(72,1,27); }
div.DivClassName
{
background-color: #48011B;
}
.BgClassName
{
background-color: #48011B;
}
</style>
border-color css
<style>
span { border-color: #48011B; }
span { border-color: rgb(72,1,27); }
td.TdClassName
{
border-color: #48011B;
}
.TagClassName
{
border-color: #48011B;
}
</style>