Shades of Bordeaux #480E18
Tints of Bordeaux #480E18
RGB
CMYK
RGB Variations
Color information
#480E18 (or 0x480E18) is known color: Bordeaux. HEX triplet: 48, 0E and 18. RGB value is (72,14,24). Sum of RGB (Red+Green+Blue) = 72+14+24=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #480E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E18 is #B7F1E7. Grayscale: #202020. Windows color (decimal): -12055016 or 1576520. OLE color: 1576520.
HSL color Cylindrical-coordinate representation of color #480E18: hue angle of 349.66º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480E18 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 14 | 24 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.72 |
| HSL | 349.66º | 0.67% | 0.17% | - |
| HSV(B) | 349.66º | 0.81% | 0.28% | - |
| XYZ | 2.99 | 1.76 | 1.05 | - |
| YUV | 32.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 14 | 24 | 0 | 0.81 | 0.67 | 0.72 | 349.66 | 0.67 | 0.17 |
| Hex | 48 | E | 18 | 0 | 51 | 43 | 48 | 15E | 43 | 11 |
| Octal | 110 | 16 | 30 | 0 | 121 | 103 | 110 | 536 | 103 | 21 |
| Binary | 1001000 | 1110 | 11000 | 0 | 1010001 | 1000011 | 1001000 | 101011110 | 1000011 | 10001 |
Color Harmonies of #480E18
Complementary color
Monochromatic Colors of #480E18
Black with #480E18
Text Example
Text Example
White with #480E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480E18; }
p { color: rgb(72,14,24); }
H1.HeaderClassName
{
color: #480E18;
}
.AnyTagClassName
{
color: #480E18;
}
</style>
background-color css
<style>
a { background-color: #480E18; }
a { background-color: rgb(72,14,24); }
div.DivClassName
{
background-color: #480E18;
}
.BgClassName
{
background-color: #480E18;
}
</style>
border-color css
<style>
span { border-color: #480E18; }
span { border-color: rgb(72,14,24); }
td.TdClassName
{
border-color: #480E18;
}
.TagClassName
{
border-color: #480E18;
}
</style>