Shades of Bordeaux #471D23
Tints of Bordeaux #471D23
RGB
CMYK
RGB Variations
Color information
#471D23 (or 0x471D23) is known color: Bordeaux. HEX triplet: 47, 1D and 23. RGB value is (71,29,35). Sum of RGB (Red+Green+Blue) = 71+29+35=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #471D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D23 is #B8E2DC. Grayscale: #2A2A2A. Windows color (decimal): -12116701 or 2301255. OLE color: 2301255.
HSL color Cylindrical-coordinate representation of color #471D23: hue angle of 351.43º 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 #471D23 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 29 | 35 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.72 |
| HSL | 351.43º | 0.42% | 0.2% | - |
| HSV(B) | 351.43º | 0.59% | 0.28% | - |
| XYZ | 3.34 | 2.34 | 1.87 | - |
| YUV | 42.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 35 | 0 | 0.59 | 0.51 | 0.72 | 351.43 | 0.42 | 0.2 |
| Hex | 47 | 1D | 23 | 0 | 3B | 33 | 48 | 15F | 2A | 14 |
| Octal | 107 | 35 | 43 | 0 | 73 | 63 | 110 | 537 | 52 | 24 |
| Binary | 1000111 | 11101 | 100011 | 0 | 111011 | 110011 | 1001000 | 101011111 | 101010 | 10100 |
Color Harmonies of #471D23
Complementary color
Monochromatic Colors of #471D23
Black with #471D23
Text Example
Text Example
White with #471D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D23; }
p { color: rgb(71,29,35); }
H1.HeaderClassName
{
color: #471D23;
}
.AnyTagClassName
{
color: #471D23;
}
</style>
background-color css
<style>
a { background-color: #471D23; }
a { background-color: rgb(71,29,35); }
div.DivClassName
{
background-color: #471D23;
}
.BgClassName
{
background-color: #471D23;
}
</style>
border-color css
<style>
span { border-color: #471D23; }
span { border-color: rgb(71,29,35); }
td.TdClassName
{
border-color: #471D23;
}
.TagClassName
{
border-color: #471D23;
}
</style>