Shades of Bordeaux #461721
Tints of Bordeaux #461721
RGB
CMYK
RGB Variations
Color information
#461721 (or 0x461721) is known color: Bordeaux. HEX triplet: 46, 17 and 21. RGB value is (70,23,33). Sum of RGB (Red+Green+Blue) = 70+23+33=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461721 is #B9E8DE. Grayscale: #262626. Windows color (decimal): -12183775 or 2168646. OLE color: 2168646.
HSL color Cylindrical-coordinate representation of color #461721: hue angle of 347.23º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461721 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 23 | 33 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.73 |
| HSL | 347.23º | 0.51% | 0.18% | - |
| HSV(B) | 347.23º | 0.67% | 0.27% | - |
| XYZ | 3.11 | 2.02 | 1.67 | - |
| YUV | 38.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 33 | 0 | 0.67 | 0.53 | 0.73 | 347.23 | 0.51 | 0.18 |
| Hex | 46 | 17 | 21 | 0 | 43 | 35 | 49 | 15B | 33 | 12 |
| Octal | 106 | 27 | 41 | 0 | 103 | 65 | 111 | 533 | 63 | 22 |
| Binary | 1000110 | 10111 | 100001 | 0 | 1000011 | 110101 | 1001001 | 101011011 | 110011 | 10010 |
Color Harmonies of #461721
Complementary color
Monochromatic Colors of #461721
Black with #461721
Text Example
Text Example
White with #461721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461721; }
p { color: rgb(70,23,33); }
H1.HeaderClassName
{
color: #461721;
}
.AnyTagClassName
{
color: #461721;
}
</style>
background-color css
<style>
a { background-color: #461721; }
a { background-color: rgb(70,23,33); }
div.DivClassName
{
background-color: #461721;
}
.BgClassName
{
background-color: #461721;
}
</style>
border-color css
<style>
span { border-color: #461721; }
span { border-color: rgb(70,23,33); }
td.TdClassName
{
border-color: #461721;
}
.TagClassName
{
border-color: #461721;
}
</style>