Shades of Bordeaux #48051B
Tints of Bordeaux #48051B
RGB
CMYK
RGB Variations
Color information
#48051B (or 0x48051B) is known color: Bordeaux. HEX triplet: 48, 05 and 1B. RGB value is (72,5,27). Sum of RGB (Red+Green+Blue) = 72+5+27=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48051B is #B7FAE4. Grayscale: #1B1B1B. Windows color (decimal): -12057317 or 1770824. OLE color: 1770824.
HSL color Cylindrical-coordinate representation of color #48051B: hue angle of 340.3º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48051B is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 27 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.72 |
| HSL | 340.3º | 0.87% | 0.15% | - |
| HSV(B) | 340.3º | 0.93% | 0.28% | - |
| XYZ | 2.92 | 1.57 | 1.18 | - |
| YUV | 27.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 27 | 0 | 0.93 | 0.62 | 0.72 | 340.3 | 0.87 | 0.15 |
| Hex | 48 | 5 | 1B | 0 | 5D | 3E | 48 | 154 | 57 | F |
| Octal | 110 | 5 | 33 | 0 | 135 | 76 | 110 | 524 | 127 | 17 |
| Binary | 1001000 | 101 | 11011 | 0 | 1011101 | 111110 | 1001000 | 101010100 | 1010111 | 1111 |
Color Harmonies of #48051B
Complementary color
Monochromatic Colors of #48051B
Black with #48051B
Text Example
Text Example
White with #48051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48051B; }
p { color: rgb(72,5,27); }
H1.HeaderClassName
{
color: #48051B;
}
.AnyTagClassName
{
color: #48051B;
}
</style>
background-color css
<style>
a { background-color: #48051B; }
a { background-color: rgb(72,5,27); }
div.DivClassName
{
background-color: #48051B;
}
.BgClassName
{
background-color: #48051B;
}
</style>
border-color css
<style>
span { border-color: #48051B; }
span { border-color: rgb(72,5,27); }
td.TdClassName
{
border-color: #48051B;
}
.TagClassName
{
border-color: #48051B;
}
</style>