Shades of Bordeaux #461525
Tints of Bordeaux #461525
RGB
CMYK
RGB Variations
Color information
#461525 (or 0x461525) is known color: Bordeaux. HEX triplet: 46, 15 and 25. RGB value is (70,21,37). Sum of RGB (Red+Green+Blue) = 70+21+37=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #461525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461525 is #B9EADA. Grayscale: #252525. Windows color (decimal): -12184283 or 2430278. OLE color: 2430278.
HSL color Cylindrical-coordinate representation of color #461525: hue angle of 340.41º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #461525 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 21 | 37 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.73 |
| HSL | 340.41º | 0.54% | 0.18% | - |
| HSV(B) | 340.41º | 0.7% | 0.27% | - |
| XYZ | 3.13 | 1.97 | 1.97 | - |
| YUV | 37.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 37 | 0 | 0.70 | 0.47 | 0.73 | 340.41 | 0.54 | 0.18 |
| Hex | 46 | 15 | 25 | 0 | 46 | 2F | 49 | 154 | 36 | 12 |
| Octal | 106 | 25 | 45 | 0 | 106 | 57 | 111 | 524 | 66 | 22 |
| Binary | 1000110 | 10101 | 100101 | 0 | 1000110 | 101111 | 1001001 | 101010100 | 110110 | 10010 |
Color Harmonies of #461525
Complementary color
Monochromatic Colors of #461525
Black with #461525
Text Example
Text Example
White with #461525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461525; }
p { color: rgb(70,21,37); }
H1.HeaderClassName
{
color: #461525;
}
.AnyTagClassName
{
color: #461525;
}
</style>
background-color css
<style>
a { background-color: #461525; }
a { background-color: rgb(70,21,37); }
div.DivClassName
{
background-color: #461525;
}
.BgClassName
{
background-color: #461525;
}
</style>
border-color css
<style>
span { border-color: #461525; }
span { border-color: rgb(70,21,37); }
td.TdClassName
{
border-color: #461525;
}
.TagClassName
{
border-color: #461525;
}
</style>