Shades of Bordeaux #481D25
Tints of Bordeaux #481D25
RGB
CMYK
RGB Variations
Color information
#481D25 (or 0x481D25) is known color: Bordeaux. HEX triplet: 48, 1D and 25. RGB value is (72,29,37). Sum of RGB (Red+Green+Blue) = 72+29+37=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D25 is #B7E2DA. Grayscale: #2A2A2A. Windows color (decimal): -12051163 or 2432328. OLE color: 2432328.
HSL color Cylindrical-coordinate representation of color #481D25: hue angle of 348.84º 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 #481D25 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 37 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.72 |
| HSL | 348.84º | 0.43% | 0.2% | - |
| HSV(B) | 348.84º | 0.6% | 0.28% | - |
| XYZ | 3.45 | 2.39 | 2.03 | - |
| YUV | 42.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 37 | 0 | 0.60 | 0.49 | 0.72 | 348.84 | 0.43 | 0.2 |
| Hex | 48 | 1D | 25 | 0 | 3C | 31 | 48 | 15D | 2B | 14 |
| Octal | 110 | 35 | 45 | 0 | 74 | 61 | 110 | 535 | 53 | 24 |
| Binary | 1001000 | 11101 | 100101 | 0 | 111100 | 110001 | 1001000 | 101011101 | 101011 | 10100 |
Color Harmonies of #481D25
Complementary color
Monochromatic Colors of #481D25
Black with #481D25
Text Example
Text Example
White with #481D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D25; }
p { color: rgb(72,29,37); }
H1.HeaderClassName
{
color: #481D25;
}
.AnyTagClassName
{
color: #481D25;
}
</style>
background-color css
<style>
a { background-color: #481D25; }
a { background-color: rgb(72,29,37); }
div.DivClassName
{
background-color: #481D25;
}
.BgClassName
{
background-color: #481D25;
}
</style>
border-color css
<style>
span { border-color: #481D25; }
span { border-color: rgb(72,29,37); }
td.TdClassName
{
border-color: #481D25;
}
.TagClassName
{
border-color: #481D25;
}
</style>