Shades of Bordeaux #48051A
Tints of Bordeaux #48051A
RGB
CMYK
RGB Variations
Color information
#48051A (or 0x48051A) is known color: Bordeaux. HEX triplet: 48, 05 and 1A. RGB value is (72,5,26). Sum of RGB (Red+Green+Blue) = 72+5+26=103 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.90% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 72 - color contains mainly: red. Hex color #48051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48051A is #B7FAE5. Grayscale: #1B1B1B. Windows color (decimal): -12057318 or 1705288. OLE color: 1705288.
HSL color Cylindrical-coordinate representation of color #48051A: hue angle of 341.19º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48051A is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 26 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.72 |
| HSL | 341.19º | 0.87% | 0.15% | - |
| HSV(B) | 341.19º | 0.93% | 0.28% | - |
| XYZ | 2.91 | 1.56 | 1.13 | - |
| YUV | 27.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 26 | 0 | 0.93 | 0.64 | 0.72 | 341.19 | 0.87 | 0.15 |
| Hex | 48 | 5 | 1A | 0 | 5D | 40 | 48 | 155 | 57 | F |
| Octal | 110 | 5 | 32 | 0 | 135 | 100 | 110 | 525 | 127 | 17 |
| Binary | 1001000 | 101 | 11010 | 0 | 1011101 | 1000000 | 1001000 | 101010101 | 1010111 | 1111 |
Color Harmonies of #48051A
Complementary color
Monochromatic Colors of #48051A
Black with #48051A
Text Example
Text Example
White with #48051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48051A; }
p { color: rgb(72,5,26); }
H1.HeaderClassName
{
color: #48051A;
}
.AnyTagClassName
{
color: #48051A;
}
</style>
background-color css
<style>
a { background-color: #48051A; }
a { background-color: rgb(72,5,26); }
div.DivClassName
{
background-color: #48051A;
}
.BgClassName
{
background-color: #48051A;
}
</style>
border-color css
<style>
span { border-color: #48051A; }
span { border-color: rgb(72,5,26); }
td.TdClassName
{
border-color: #48051A;
}
.TagClassName
{
border-color: #48051A;
}
</style>