Shades of Bordeaux #481B1D
Tints of Bordeaux #481B1D
RGB
CMYK
RGB Variations
Color information
#481B1D (or 0x481B1D) is known color: Bordeaux. HEX triplet: 48, 1B and 1D. RGB value is (72,27,29). Sum of RGB (Red+Green+Blue) = 72+27+29=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B1D is #B7E4E2. Grayscale: #282828. Windows color (decimal): -12051683 or 1907528. OLE color: 1907528.
HSL color Cylindrical-coordinate representation of color #481B1D: hue angle of 357.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B1D is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 29 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.72 |
| HSL | 357.33º | 0.45% | 0.19% | - |
| HSV(B) | 357.33º | 0.63% | 0.28% | - |
| XYZ | 3.29 | 2.25 | 1.42 | - |
| YUV | 40.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 29 | 0 | 0.62 | 0.60 | 0.72 | 357.33 | 0.45 | 0.19 |
| Hex | 48 | 1B | 1D | 0 | 3E | 3C | 48 | 165 | 2D | 13 |
| Octal | 110 | 33 | 35 | 0 | 76 | 74 | 110 | 545 | 55 | 23 |
| Binary | 1001000 | 11011 | 11101 | 0 | 111110 | 111100 | 1001000 | 101100101 | 101101 | 10011 |
Color Harmonies of #481B1D
Complementary color
Monochromatic Colors of #481B1D
Black with #481B1D
Text Example
Text Example
White with #481B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B1D; }
p { color: rgb(72,27,29); }
H1.HeaderClassName
{
color: #481B1D;
}
.AnyTagClassName
{
color: #481B1D;
}
</style>
background-color css
<style>
a { background-color: #481B1D; }
a { background-color: rgb(72,27,29); }
div.DivClassName
{
background-color: #481B1D;
}
.BgClassName
{
background-color: #481B1D;
}
</style>
border-color css
<style>
span { border-color: #481B1D; }
span { border-color: rgb(72,27,29); }
td.TdClassName
{
border-color: #481B1D;
}
.TagClassName
{
border-color: #481B1D;
}
</style>