Shades of Bordeaux #48121C
Tints of Bordeaux #48121C
RGB
CMYK
RGB Variations
Color information
#48121C (or 0x48121C) is known color: Bordeaux. HEX triplet: 48, 12 and 1C. RGB value is (72,18,28). Sum of RGB (Red+Green+Blue) = 72+18+28=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48121C is #B7EDE3. Grayscale: #232323. Windows color (decimal): -12053988 or 1839688. OLE color: 1839688.
HSL color Cylindrical-coordinate representation of color #48121C: hue angle of 348.89º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #48121C is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 28 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.72 |
| HSL | 348.89º | 0.6% | 0.18% | - |
| HSV(B) | 348.89º | 0.75% | 0.28% | - |
| XYZ | 3.1 | 1.89 | 1.3 | - |
| YUV | 35.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 28 | 0 | 0.75 | 0.61 | 0.72 | 348.89 | 0.6 | 0.18 |
| Hex | 48 | 12 | 1C | 0 | 4B | 3D | 48 | 15D | 3C | 12 |
| Octal | 110 | 22 | 34 | 0 | 113 | 75 | 110 | 535 | 74 | 22 |
| Binary | 1001000 | 10010 | 11100 | 0 | 1001011 | 111101 | 1001000 | 101011101 | 111100 | 10010 |
Color Harmonies of #48121C
Complementary color
Monochromatic Colors of #48121C
Black with #48121C
Text Example
Text Example
White with #48121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48121C; }
p { color: rgb(72,18,28); }
H1.HeaderClassName
{
color: #48121C;
}
.AnyTagClassName
{
color: #48121C;
}
</style>
background-color css
<style>
a { background-color: #48121C; }
a { background-color: rgb(72,18,28); }
div.DivClassName
{
background-color: #48121C;
}
.BgClassName
{
background-color: #48121C;
}
</style>
border-color css
<style>
span { border-color: #48121C; }
span { border-color: rgb(72,18,28); }
td.TdClassName
{
border-color: #48121C;
}
.TagClassName
{
border-color: #48121C;
}
</style>