Shades of Bordeaux #471925
Tints of Bordeaux #471925
RGB
CMYK
RGB Variations
Color information
#471925 (or 0x471925) is known color: Bordeaux. HEX triplet: 47, 19 and 25. RGB value is (71,25,37). Sum of RGB (Red+Green+Blue) = 71+25+37=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #471925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471925 is #B8E6DA. Grayscale: #282828. Windows color (decimal): -12117723 or 2431303. OLE color: 2431303.
HSL color Cylindrical-coordinate representation of color #471925: hue angle of 344.35º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471925 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 25 | 37 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.72 |
| HSL | 344.35º | 0.48% | 0.19% | - |
| HSV(B) | 344.35º | 0.65% | 0.28% | - |
| XYZ | 3.28 | 2.17 | 2 | - |
| YUV | 40.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 37 | 0 | 0.65 | 0.48 | 0.72 | 344.35 | 0.48 | 0.19 |
| Hex | 47 | 19 | 25 | 0 | 41 | 30 | 48 | 158 | 30 | 13 |
| Octal | 107 | 31 | 45 | 0 | 101 | 60 | 110 | 530 | 60 | 23 |
| Binary | 1000111 | 11001 | 100101 | 0 | 1000001 | 110000 | 1001000 | 101011000 | 110000 | 10011 |
Color Harmonies of #471925
Complementary color
Monochromatic Colors of #471925
Black with #471925
Text Example
Text Example
White with #471925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471925; }
p { color: rgb(71,25,37); }
H1.HeaderClassName
{
color: #471925;
}
.AnyTagClassName
{
color: #471925;
}
</style>
background-color css
<style>
a { background-color: #471925; }
a { background-color: rgb(71,25,37); }
div.DivClassName
{
background-color: #471925;
}
.BgClassName
{
background-color: #471925;
}
</style>
border-color css
<style>
span { border-color: #471925; }
span { border-color: rgb(71,25,37); }
td.TdClassName
{
border-color: #471925;
}
.TagClassName
{
border-color: #471925;
}
</style>