Shades of Bordeaux #480B1E
Tints of Bordeaux #480B1E
RGB
CMYK
RGB Variations
Color information
#480B1E (or 0x480B1E) is known color: Bordeaux. HEX triplet: 48, 0B and 1E. RGB value is (72,11,30). Sum of RGB (Red+Green+Blue) = 72+11+30=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B1E is #B7F4E1. Grayscale: #1F1F1F. Windows color (decimal): -12055778 or 1968968. OLE color: 1968968.
HSL color Cylindrical-coordinate representation of color #480B1E: hue angle of 341.31º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B1E is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 11 | 30 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.72 |
| HSL | 341.31º | 0.73% | 0.16% | - |
| HSV(B) | 341.31º | 0.85% | 0.28% | - |
| XYZ | 3.03 | 1.71 | 1.4 | - |
| YUV | 31.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 30 | 0 | 0.85 | 0.58 | 0.72 | 341.31 | 0.73 | 0.16 |
| Hex | 48 | B | 1E | 0 | 55 | 3A | 48 | 155 | 49 | 10 |
| Octal | 110 | 13 | 36 | 0 | 125 | 72 | 110 | 525 | 111 | 20 |
| Binary | 1001000 | 1011 | 11110 | 0 | 1010101 | 111010 | 1001000 | 101010101 | 1001001 | 10000 |
Color Harmonies of #480B1E
Complementary color
Monochromatic Colors of #480B1E
Black with #480B1E
Text Example
Text Example
White with #480B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480B1E; }
p { color: rgb(72,11,30); }
H1.HeaderClassName
{
color: #480B1E;
}
.AnyTagClassName
{
color: #480B1E;
}
</style>
background-color css
<style>
a { background-color: #480B1E; }
a { background-color: rgb(72,11,30); }
div.DivClassName
{
background-color: #480B1E;
}
.BgClassName
{
background-color: #480B1E;
}
</style>
border-color css
<style>
span { border-color: #480B1E; }
span { border-color: rgb(72,11,30); }
td.TdClassName
{
border-color: #480B1E;
}
.TagClassName
{
border-color: #480B1E;
}
</style>