Shades of Bordeaux #48071E
Tints of Bordeaux #48071E
RGB
CMYK
RGB Variations
Color information
#48071E (or 0x48071E) is known color: Bordeaux. HEX triplet: 48, 07 and 1E. RGB value is (72,7,30). Sum of RGB (Red+Green+Blue) = 72+7+30=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #48071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071E is #B7F8E1. Grayscale: #1D1D1D. Windows color (decimal): -12056802 or 1967944. OLE color: 1967944.
HSL color Cylindrical-coordinate representation of color #48071E: hue angle of 338.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48071E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 7 | 30 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.72 |
| HSL | 338.77º | 0.82% | 0.15% | - |
| HSV(B) | 338.77º | 0.9% | 0.28% | - |
| XYZ | 2.98 | 1.62 | 1.38 | - |
| YUV | 29.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 30 | 0 | 0.90 | 0.58 | 0.72 | 338.77 | 0.82 | 0.15 |
| Hex | 48 | 7 | 1E | 0 | 5A | 3A | 48 | 153 | 52 | F |
| Octal | 110 | 7 | 36 | 0 | 132 | 72 | 110 | 523 | 122 | 17 |
| Binary | 1001000 | 111 | 11110 | 0 | 1011010 | 111010 | 1001000 | 101010011 | 1010010 | 1111 |
Color Harmonies of #48071E
Complementary color
Monochromatic Colors of #48071E
Black with #48071E
Text Example
Text Example
White with #48071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48071E; }
p { color: rgb(72,7,30); }
H1.HeaderClassName
{
color: #48071E;
}
.AnyTagClassName
{
color: #48071E;
}
</style>
background-color css
<style>
a { background-color: #48071E; }
a { background-color: rgb(72,7,30); }
div.DivClassName
{
background-color: #48071E;
}
.BgClassName
{
background-color: #48071E;
}
</style>
border-color css
<style>
span { border-color: #48071E; }
span { border-color: rgb(72,7,30); }
td.TdClassName
{
border-color: #48071E;
}
.TagClassName
{
border-color: #48071E;
}
</style>