Shades of Bordeaux #461920
Tints of Bordeaux #461920
RGB
CMYK
RGB Variations
Color information
#461920 (or 0x461920) is known color: Bordeaux. HEX triplet: 46, 19 and 20. RGB value is (70,25,32). Sum of RGB (Red+Green+Blue) = 70+25+32=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461920 is #B9E6DF. Grayscale: #272727. Windows color (decimal): -12183264 or 2103622. OLE color: 2103622.
HSL color Cylindrical-coordinate representation of color #461920: hue angle of 350.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461920 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 32 | - |
| CMYK | 0 | 0.64 | 0.54 | 0.73 |
| HSL | 350.67º | 0.47% | 0.19% | - |
| HSV(B) | 350.67º | 0.64% | 0.27% | - |
| XYZ | 3.13 | 2.1 | 1.61 | - |
| YUV | 39.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 32 | 0 | 0.64 | 0.54 | 0.73 | 350.67 | 0.47 | 0.19 |
| Hex | 46 | 19 | 20 | 0 | 40 | 36 | 49 | 15F | 2F | 13 |
| Octal | 106 | 31 | 40 | 0 | 100 | 66 | 111 | 537 | 57 | 23 |
| Binary | 1000110 | 11001 | 100000 | 0 | 1000000 | 110110 | 1001001 | 101011111 | 101111 | 10011 |
Color Harmonies of #461920
Complementary color
Monochromatic Colors of #461920
Black with #461920
Text Example
Text Example
White with #461920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461920; }
p { color: rgb(70,25,32); }
H1.HeaderClassName
{
color: #461920;
}
.AnyTagClassName
{
color: #461920;
}
</style>
background-color css
<style>
a { background-color: #461920; }
a { background-color: rgb(70,25,32); }
div.DivClassName
{
background-color: #461920;
}
.BgClassName
{
background-color: #461920;
}
</style>
border-color css
<style>
span { border-color: #461920; }
span { border-color: rgb(70,25,32); }
td.TdClassName
{
border-color: #461920;
}
.TagClassName
{
border-color: #461920;
}
</style>