Shades of Bordeaux #471C23
Tints of Bordeaux #471C23
RGB
CMYK
RGB Variations
Color information
#471C23 (or 0x471C23) is known color: Bordeaux. HEX triplet: 47, 1C and 23. RGB value is (71,28,35). Sum of RGB (Red+Green+Blue) = 71+28+35=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #471C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C23 is #B8E3DC. Grayscale: #292929. Windows color (decimal): -12116957 or 2300999. OLE color: 2300999.
HSL color Cylindrical-coordinate representation of color #471C23: hue angle of 350.23º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #471C23 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 35 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.72 |
| HSL | 350.23º | 0.43% | 0.19% | - |
| HSV(B) | 350.23º | 0.61% | 0.28% | - |
| XYZ | 3.32 | 2.29 | 1.86 | - |
| YUV | 41.66 | 124.25 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 35 | 0 | 0.61 | 0.51 | 0.72 | 350.23 | 0.43 | 0.19 |
| Hex | 47 | 1C | 23 | 0 | 3D | 33 | 48 | 15E | 2B | 13 |
| Octal | 107 | 34 | 43 | 0 | 75 | 63 | 110 | 536 | 53 | 23 |
| Binary | 1000111 | 11100 | 100011 | 0 | 111101 | 110011 | 1001000 | 101011110 | 101011 | 10011 |
Color Harmonies of #471C23
Complementary color
Monochromatic Colors of #471C23
Black with #471C23
Text Example
Text Example
White with #471C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C23; }
p { color: rgb(71,28,35); }
H1.HeaderClassName
{
color: #471C23;
}
.AnyTagClassName
{
color: #471C23;
}
</style>
background-color css
<style>
a { background-color: #471C23; }
a { background-color: rgb(71,28,35); }
div.DivClassName
{
background-color: #471C23;
}
.BgClassName
{
background-color: #471C23;
}
</style>
border-color css
<style>
span { border-color: #471C23; }
span { border-color: rgb(71,28,35); }
td.TdClassName
{
border-color: #471C23;
}
.TagClassName
{
border-color: #471C23;
}
</style>