Shades of Bordeaux #48171C
Tints of Bordeaux #48171C
RGB
CMYK
RGB Variations
Color information
#48171C (or 0x48171C) is known color: Bordeaux. HEX triplet: 48, 17 and 1C. RGB value is (72,23,28). Sum of RGB (Red+Green+Blue) = 72+23+28=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48171C is #B7E8E3. Grayscale: #262626. Windows color (decimal): -12052708 or 1840968. OLE color: 1840968.
HSL color Cylindrical-coordinate representation of color #48171C: hue angle of 353.88º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48171C is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 28 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.72 |
| HSL | 353.88º | 0.52% | 0.19% | - |
| HSV(B) | 353.88º | 0.68% | 0.28% | - |
| XYZ | 3.19 | 2.07 | 1.33 | - |
| YUV | 38.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 28 | 0 | 0.68 | 0.61 | 0.72 | 353.88 | 0.52 | 0.19 |
| Hex | 48 | 17 | 1C | 0 | 44 | 3D | 48 | 162 | 34 | 13 |
| Octal | 110 | 27 | 34 | 0 | 104 | 75 | 110 | 542 | 64 | 23 |
| Binary | 1001000 | 10111 | 11100 | 0 | 1000100 | 111101 | 1001000 | 101100010 | 110100 | 10011 |
Color Harmonies of #48171C
Complementary color
Monochromatic Colors of #48171C
Black with #48171C
Text Example
Text Example
White with #48171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48171C; }
p { color: rgb(72,23,28); }
H1.HeaderClassName
{
color: #48171C;
}
.AnyTagClassName
{
color: #48171C;
}
</style>
background-color css
<style>
a { background-color: #48171C; }
a { background-color: rgb(72,23,28); }
div.DivClassName
{
background-color: #48171C;
}
.BgClassName
{
background-color: #48171C;
}
</style>
border-color css
<style>
span { border-color: #48171C; }
span { border-color: rgb(72,23,28); }
td.TdClassName
{
border-color: #48171C;
}
.TagClassName
{
border-color: #48171C;
}
</style>