Shades of Bordeaux #471C28
Tints of Bordeaux #471C28
RGB
CMYK
RGB Variations
Color information
#471C28 (or 0x471C28) is known color: Bordeaux. HEX triplet: 47, 1C and 28. RGB value is (71,28,40). Sum of RGB (Red+Green+Blue) = 71+28+40=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471C28 is #B8E3D7. Grayscale: #2A2A2A. Windows color (decimal): -12116952 or 2628679. OLE color: 2628679.
HSL color Cylindrical-coordinate representation of color #471C28: hue angle of 343.26º 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 #471C28 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 28 | 40 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.72 |
| HSL | 343.26º | 0.43% | 0.19% | - |
| HSV(B) | 343.26º | 0.61% | 0.28% | - |
| XYZ | 3.4 | 2.32 | 2.28 | - |
| YUV | 42.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 40 | 0 | 0.61 | 0.44 | 0.72 | 343.26 | 0.43 | 0.19 |
| Hex | 47 | 1C | 28 | 0 | 3D | 2C | 48 | 157 | 2B | 13 |
| Octal | 107 | 34 | 50 | 0 | 75 | 54 | 110 | 527 | 53 | 23 |
| Binary | 1000111 | 11100 | 101000 | 0 | 111101 | 101100 | 1001000 | 101010111 | 101011 | 10011 |
Color Harmonies of #471C28
Complementary color
Monochromatic Colors of #471C28
Black with #471C28
Text Example
Text Example
White with #471C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C28; }
p { color: rgb(71,28,40); }
H1.HeaderClassName
{
color: #471C28;
}
.AnyTagClassName
{
color: #471C28;
}
</style>
background-color css
<style>
a { background-color: #471C28; }
a { background-color: rgb(71,28,40); }
div.DivClassName
{
background-color: #471C28;
}
.BgClassName
{
background-color: #471C28;
}
</style>
border-color css
<style>
span { border-color: #471C28; }
span { border-color: rgb(71,28,40); }
td.TdClassName
{
border-color: #471C28;
}
.TagClassName
{
border-color: #471C28;
}
</style>