Shades of Bordeaux #461621
Tints of Bordeaux #461621
RGB
CMYK
RGB Variations
Color information
#461621 (or 0x461621) is known color: Bordeaux. HEX triplet: 46, 16 and 21. RGB value is (70,22,33). Sum of RGB (Red+Green+Blue) = 70+22+33=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461621 is #B9E9DE. Grayscale: #252525. Windows color (decimal): -12184031 or 2168390. OLE color: 2168390.
HSL color Cylindrical-coordinate representation of color #461621: hue angle of 346.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461621 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 22 | 33 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.73 |
| HSL | 346.25º | 0.52% | 0.18% | - |
| HSV(B) | 346.25º | 0.69% | 0.27% | - |
| XYZ | 3.09 | 1.99 | 1.66 | - |
| YUV | 37.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 33 | 0 | 0.69 | 0.53 | 0.73 | 346.25 | 0.52 | 0.18 |
| Hex | 46 | 16 | 21 | 0 | 45 | 35 | 49 | 15A | 34 | 12 |
| Octal | 106 | 26 | 41 | 0 | 105 | 65 | 111 | 532 | 64 | 22 |
| Binary | 1000110 | 10110 | 100001 | 0 | 1000101 | 110101 | 1001001 | 101011010 | 110100 | 10010 |
Color Harmonies of #461621
Complementary color
Monochromatic Colors of #461621
Black with #461621
Text Example
Text Example
White with #461621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461621; }
p { color: rgb(70,22,33); }
H1.HeaderClassName
{
color: #461621;
}
.AnyTagClassName
{
color: #461621;
}
</style>
background-color css
<style>
a { background-color: #461621; }
a { background-color: rgb(70,22,33); }
div.DivClassName
{
background-color: #461621;
}
.BgClassName
{
background-color: #461621;
}
</style>
border-color css
<style>
span { border-color: #461621; }
span { border-color: rgb(70,22,33); }
td.TdClassName
{
border-color: #461621;
}
.TagClassName
{
border-color: #461621;
}
</style>