Shades of Bordeaux #480115
Tints of Bordeaux #480115
RGB
CMYK
RGB Variations
Color information
#480115 (or 0x480115) is known color: Bordeaux. HEX triplet: 48, 01 and 15. RGB value is (72,1,21). Sum of RGB (Red+Green+Blue) = 72+1+21=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480115 is #B7FEEA. Grayscale: #181818. Windows color (decimal): -12058347 or 1376584. OLE color: 1376584.
HSL color Cylindrical-coordinate representation of color #480115: hue angle of 343.1º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480115 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.72 |
| HSL | 343.1º | 0.97% | 0.14% | - |
| HSV(B) | 343.1º | 0.99% | 0.28% | - |
| XYZ | 2.82 | 1.45 | 0.84 | - |
| YUV | 24.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 21 | 0 | 0.99 | 0.71 | 0.72 | 343.1 | 0.97 | 0.14 |
| Hex | 48 | 1 | 15 | 0 | 63 | 47 | 48 | 157 | 61 | E |
| Octal | 110 | 1 | 25 | 0 | 143 | 107 | 110 | 527 | 141 | 16 |
| Binary | 1001000 | 1 | 10101 | 0 | 1100011 | 1000111 | 1001000 | 101010111 | 1100001 | 1110 |
Color Harmonies of #480115
Complementary color
Monochromatic Colors of #480115
Black with #480115
Text Example
Text Example
White with #480115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480115; }
p { color: rgb(72,1,21); }
H1.HeaderClassName
{
color: #480115;
}
.AnyTagClassName
{
color: #480115;
}
</style>
background-color css
<style>
a { background-color: #480115; }
a { background-color: rgb(72,1,21); }
div.DivClassName
{
background-color: #480115;
}
.BgClassName
{
background-color: #480115;
}
</style>
border-color css
<style>
span { border-color: #480115; }
span { border-color: rgb(72,1,21); }
td.TdClassName
{
border-color: #480115;
}
.TagClassName
{
border-color: #480115;
}
</style>