Shades of Bordeaux #461C20
Tints of Bordeaux #461C20
RGB
CMYK
RGB Variations
Color information
#461C20 (or 0x461C20) is known color: Bordeaux. HEX triplet: 46, 1C and 20. RGB value is (70,28,32). Sum of RGB (Red+Green+Blue) = 70+28+32=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C20 is #B9E3DF. Grayscale: #292929. Windows color (decimal): -12182496 or 2104390. OLE color: 2104390.
HSL color Cylindrical-coordinate representation of color #461C20: hue angle of 354.29º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #461C20 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 28 | 32 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.73 |
| HSL | 354.29º | 0.43% | 0.19% | - |
| HSV(B) | 354.29º | 0.6% | 0.27% | - |
| XYZ | 3.2 | 2.24 | 1.63 | - |
| YUV | 41.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 28 | 32 | 0 | 0.60 | 0.54 | 0.73 | 354.29 | 0.43 | 0.19 |
| Hex | 46 | 1C | 20 | 0 | 3C | 36 | 49 | 162 | 2B | 13 |
| Octal | 106 | 34 | 40 | 0 | 74 | 66 | 111 | 542 | 53 | 23 |
| Binary | 1000110 | 11100 | 100000 | 0 | 111100 | 110110 | 1001001 | 101100010 | 101011 | 10011 |
Color Harmonies of #461C20
Complementary color
Monochromatic Colors of #461C20
Black with #461C20
Text Example
Text Example
White with #461C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461C20; }
p { color: rgb(70,28,32); }
H1.HeaderClassName
{
color: #461C20;
}
.AnyTagClassName
{
color: #461C20;
}
</style>
background-color css
<style>
a { background-color: #461C20; }
a { background-color: rgb(70,28,32); }
div.DivClassName
{
background-color: #461C20;
}
.BgClassName
{
background-color: #461C20;
}
</style>
border-color css
<style>
span { border-color: #461C20; }
span { border-color: rgb(70,28,32); }
td.TdClassName
{
border-color: #461C20;
}
.TagClassName
{
border-color: #461C20;
}
</style>