Shades of Bordeaux #48151B
Tints of Bordeaux #48151B
RGB
CMYK
RGB Variations
Color information
#48151B (or 0x48151B) is known color: Bordeaux. HEX triplet: 48, 15 and 1B. RGB value is (72,21,27). Sum of RGB (Red+Green+Blue) = 72+21+27=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48151B is #B7EAE4. Grayscale: #242424. Windows color (decimal): -12053221 or 1774920. OLE color: 1774920.
HSL color Cylindrical-coordinate representation of color #48151B: hue angle of 352.94º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48151B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 27 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.72 |
| HSL | 352.94º | 0.55% | 0.18% | - |
| HSV(B) | 352.94º | 0.71% | 0.28% | - |
| XYZ | 3.14 | 1.99 | 1.26 | - |
| YUV | 36.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 27 | 0 | 0.71 | 0.62 | 0.72 | 352.94 | 0.55 | 0.18 |
| Hex | 48 | 15 | 1B | 0 | 47 | 3E | 48 | 161 | 37 | 12 |
| Octal | 110 | 25 | 33 | 0 | 107 | 76 | 110 | 541 | 67 | 22 |
| Binary | 1001000 | 10101 | 11011 | 0 | 1000111 | 111110 | 1001000 | 101100001 | 110111 | 10010 |
Color Harmonies of #48151B
Complementary color
Monochromatic Colors of #48151B
Black with #48151B
Text Example
Text Example
White with #48151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48151B; }
p { color: rgb(72,21,27); }
H1.HeaderClassName
{
color: #48151B;
}
.AnyTagClassName
{
color: #48151B;
}
</style>
background-color css
<style>
a { background-color: #48151B; }
a { background-color: rgb(72,21,27); }
div.DivClassName
{
background-color: #48151B;
}
.BgClassName
{
background-color: #48151B;
}
</style>
border-color css
<style>
span { border-color: #48151B; }
span { border-color: rgb(72,21,27); }
td.TdClassName
{
border-color: #48151B;
}
.TagClassName
{
border-color: #48151B;
}
</style>