Shades of Bordeaux #48101F
Tints of Bordeaux #48101F
RGB
CMYK
RGB Variations
Color information
#48101F (or 0x48101F) is known color: Bordeaux. HEX triplet: 48, 10 and 1F. RGB value is (72,16,31). Sum of RGB (Red+Green+Blue) = 72+16+31=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #48101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48101F is #B7EFE0. Grayscale: #222222. Windows color (decimal): -12054497 or 2035784. OLE color: 2035784.
HSL color Cylindrical-coordinate representation of color #48101F: hue angle of 343.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48101F is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 16 | 31 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.72 |
| HSL | 343.93º | 0.64% | 0.17% | - |
| HSV(B) | 343.93º | 0.78% | 0.28% | - |
| XYZ | 3.11 | 1.85 | 1.49 | - |
| YUV | 34.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 31 | 0 | 0.78 | 0.57 | 0.72 | 343.93 | 0.64 | 0.17 |
| Hex | 48 | 10 | 1F | 0 | 4E | 39 | 48 | 158 | 40 | 11 |
| Octal | 110 | 20 | 37 | 0 | 116 | 71 | 110 | 530 | 100 | 21 |
| Binary | 1001000 | 10000 | 11111 | 0 | 1001110 | 111001 | 1001000 | 101011000 | 1000000 | 10001 |
Color Harmonies of #48101F
Complementary color
Monochromatic Colors of #48101F
Black with #48101F
Text Example
Text Example
White with #48101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48101F; }
p { color: rgb(72,16,31); }
H1.HeaderClassName
{
color: #48101F;
}
.AnyTagClassName
{
color: #48101F;
}
</style>
background-color css
<style>
a { background-color: #48101F; }
a { background-color: rgb(72,16,31); }
div.DivClassName
{
background-color: #48101F;
}
.BgClassName
{
background-color: #48101F;
}
</style>
border-color css
<style>
span { border-color: #48101F; }
span { border-color: rgb(72,16,31); }
td.TdClassName
{
border-color: #48101F;
}
.TagClassName
{
border-color: #48101F;
}
</style>