Shades of Bordeaux #481D24
Tints of Bordeaux #481D24
RGB
CMYK
RGB Variations
Color information
#481D24 (or 0x481D24) is known color: Bordeaux. HEX triplet: 48, 1D and 24. RGB value is (72,29,36). Sum of RGB (Red+Green+Blue) = 72+29+36=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D24 is #B7E2DB. Grayscale: #2A2A2A. Windows color (decimal): -12051164 or 2366792. OLE color: 2366792.
HSL color Cylindrical-coordinate representation of color #481D24: hue angle of 350.23º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D24 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 36 | - |
| CMYK | 0 | 0.60 | 0.5 | 0.72 |
| HSL | 350.23º | 0.43% | 0.2% | - |
| HSV(B) | 350.23º | 0.6% | 0.28% | - |
| XYZ | 3.43 | 2.38 | 1.95 | - |
| YUV | 42.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 36 | 0 | 0.60 | 0.5 | 0.72 | 350.23 | 0.43 | 0.2 |
| Hex | 48 | 1D | 24 | 0 | 3C | 32 | 48 | 15E | 2B | 14 |
| Octal | 110 | 35 | 44 | 0 | 74 | 62 | 110 | 536 | 53 | 24 |
| Binary | 1001000 | 11101 | 100100 | 0 | 111100 | 110010 | 1001000 | 101011110 | 101011 | 10100 |
Color Harmonies of #481D24
Complementary color
Monochromatic Colors of #481D24
Black with #481D24
Text Example
Text Example
White with #481D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D24; }
p { color: rgb(72,29,36); }
H1.HeaderClassName
{
color: #481D24;
}
.AnyTagClassName
{
color: #481D24;
}
</style>
background-color css
<style>
a { background-color: #481D24; }
a { background-color: rgb(72,29,36); }
div.DivClassName
{
background-color: #481D24;
}
.BgClassName
{
background-color: #481D24;
}
</style>
border-color css
<style>
span { border-color: #481D24; }
span { border-color: rgb(72,29,36); }
td.TdClassName
{
border-color: #481D24;
}
.TagClassName
{
border-color: #481D24;
}
</style>