Shades of Bordeaux #461922
Tints of Bordeaux #461922
RGB
CMYK
RGB Variations
Color information
#461922 (or 0x461922) is known color: Bordeaux. HEX triplet: 46, 19 and 22. RGB value is (70,25,34). Sum of RGB (Red+Green+Blue) = 70+25+34=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461922 is #B9E6DD. Grayscale: #272727. Windows color (decimal): -12183262 or 2234694. OLE color: 2234694.
HSL color Cylindrical-coordinate representation of color #461922: hue angle of 348º 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 #461922 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 34 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.73 |
| HSL | 348º | 0.47% | 0.19% | - |
| HSV(B) | 348º | 0.64% | 0.27% | - |
| XYZ | 3.16 | 2.11 | 1.75 | - |
| YUV | 39.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 34 | 0 | 0.64 | 0.51 | 0.73 | 348 | 0.47 | 0.19 |
| Hex | 46 | 19 | 22 | 0 | 40 | 33 | 49 | 15C | 2F | 13 |
| Octal | 106 | 31 | 42 | 0 | 100 | 63 | 111 | 534 | 57 | 23 |
| Binary | 1000110 | 11001 | 100010 | 0 | 1000000 | 110011 | 1001001 | 101011100 | 101111 | 10011 |
Color Harmonies of #461922
Complementary color
Monochromatic Colors of #461922
Black with #461922
Text Example
Text Example
White with #461922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461922; }
p { color: rgb(70,25,34); }
H1.HeaderClassName
{
color: #461922;
}
.AnyTagClassName
{
color: #461922;
}
</style>
background-color css
<style>
a { background-color: #461922; }
a { background-color: rgb(70,25,34); }
div.DivClassName
{
background-color: #461922;
}
.BgClassName
{
background-color: #461922;
}
</style>
border-color css
<style>
span { border-color: #461922; }
span { border-color: rgb(70,25,34); }
td.TdClassName
{
border-color: #461922;
}
.TagClassName
{
border-color: #461922;
}
</style>