Shades of Bordeaux #48071C
Tints of Bordeaux #48071C
RGB
CMYK
RGB Variations
Color information
#48071C (or 0x48071C) is known color: Bordeaux. HEX triplet: 48, 07 and 1C. RGB value is (72,7,28). Sum of RGB (Red+Green+Blue) = 72+7+28=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071C is #B7F8E3. Grayscale: #1C1C1C. Windows color (decimal): -12056804 or 1836872. OLE color: 1836872.
HSL color Cylindrical-coordinate representation of color #48071C: hue angle of 340.62º 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 #48071C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 7 | 28 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.72 |
| HSL | 340.62º | 0.82% | 0.15% | - |
| HSV(B) | 340.62º | 0.9% | 0.28% | - |
| XYZ | 2.96 | 1.61 | 1.25 | - |
| YUV | 28.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 28 | 0 | 0.90 | 0.61 | 0.72 | 340.62 | 0.82 | 0.15 |
| Hex | 48 | 7 | 1C | 0 | 5A | 3D | 48 | 155 | 52 | F |
| Octal | 110 | 7 | 34 | 0 | 132 | 75 | 110 | 525 | 122 | 17 |
| Binary | 1001000 | 111 | 11100 | 0 | 1011010 | 111101 | 1001000 | 101010101 | 1010010 | 1111 |
Color Harmonies of #48071C
Complementary color
Monochromatic Colors of #48071C
Black with #48071C
Text Example
Text Example
White with #48071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48071C; }
p { color: rgb(72,7,28); }
H1.HeaderClassName
{
color: #48071C;
}
.AnyTagClassName
{
color: #48071C;
}
</style>
background-color css
<style>
a { background-color: #48071C; }
a { background-color: rgb(72,7,28); }
div.DivClassName
{
background-color: #48071C;
}
.BgClassName
{
background-color: #48071C;
}
</style>
border-color css
<style>
span { border-color: #48071C; }
span { border-color: rgb(72,7,28); }
td.TdClassName
{
border-color: #48071C;
}
.TagClassName
{
border-color: #48071C;
}
</style>