Shades of Bordeaux #471D25
Tints of Bordeaux #471D25
RGB
CMYK
RGB Variations
Color information
#471D25 (or 0x471D25) is known color: Bordeaux. HEX triplet: 47, 1D and 25. RGB value is (71,29,37). Sum of RGB (Red+Green+Blue) = 71+29+37=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #471D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D25 is #B8E2DA. Grayscale: #2A2A2A. Windows color (decimal): -12116699 or 2432327. OLE color: 2432327.
HSL color Cylindrical-coordinate representation of color #471D25: hue angle of 348.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #471D25 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 37 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.72 |
| HSL | 348.57º | 0.42% | 0.2% | - |
| HSV(B) | 348.57º | 0.59% | 0.28% | - |
| XYZ | 3.37 | 2.35 | 2.03 | - |
| YUV | 42.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 37 | 0 | 0.59 | 0.48 | 0.72 | 348.57 | 0.42 | 0.2 |
| Hex | 47 | 1D | 25 | 0 | 3B | 30 | 48 | 15D | 2A | 14 |
| Octal | 107 | 35 | 45 | 0 | 73 | 60 | 110 | 535 | 52 | 24 |
| Binary | 1000111 | 11101 | 100101 | 0 | 111011 | 110000 | 1001000 | 101011101 | 101010 | 10100 |
Color Harmonies of #471D25
Complementary color
Monochromatic Colors of #471D25
Black with #471D25
Text Example
Text Example
White with #471D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D25; }
p { color: rgb(71,29,37); }
H1.HeaderClassName
{
color: #471D25;
}
.AnyTagClassName
{
color: #471D25;
}
</style>
background-color css
<style>
a { background-color: #471D25; }
a { background-color: rgb(71,29,37); }
div.DivClassName
{
background-color: #471D25;
}
.BgClassName
{
background-color: #471D25;
}
</style>
border-color css
<style>
span { border-color: #471D25; }
span { border-color: rgb(71,29,37); }
td.TdClassName
{
border-color: #471D25;
}
.TagClassName
{
border-color: #471D25;
}
</style>