Shades of Bordeaux #461923
Tints of Bordeaux #461923
RGB
CMYK
RGB Variations
Color information
#461923 (or 0x461923) is known color: Bordeaux. HEX triplet: 46, 19 and 23. RGB value is (70,25,35). Sum of RGB (Red+Green+Blue) = 70+25+35=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461923 is #B9E6DC. Grayscale: #272727. Windows color (decimal): -12183261 or 2300230. OLE color: 2300230.
HSL color Cylindrical-coordinate representation of color #461923: hue angle of 346.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 #461923 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 25 | 35 | - |
| CMYK | 0 | 0.64 | 0.5 | 0.73 |
| HSL | 346.67º | 0.47% | 0.19% | - |
| HSV(B) | 346.67º | 0.64% | 0.27% | - |
| XYZ | 3.18 | 2.12 | 1.83 | - |
| YUV | 39.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 35 | 0 | 0.64 | 0.5 | 0.73 | 346.67 | 0.47 | 0.19 |
| Hex | 46 | 19 | 23 | 0 | 40 | 32 | 49 | 15B | 2F | 13 |
| Octal | 106 | 31 | 43 | 0 | 100 | 62 | 111 | 533 | 57 | 23 |
| Binary | 1000110 | 11001 | 100011 | 0 | 1000000 | 110010 | 1001001 | 101011011 | 101111 | 10011 |
Color Harmonies of #461923
Complementary color
Monochromatic Colors of #461923
Black with #461923
Text Example
Text Example
White with #461923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461923; }
p { color: rgb(70,25,35); }
H1.HeaderClassName
{
color: #461923;
}
.AnyTagClassName
{
color: #461923;
}
</style>
background-color css
<style>
a { background-color: #461923; }
a { background-color: rgb(70,25,35); }
div.DivClassName
{
background-color: #461923;
}
.BgClassName
{
background-color: #461923;
}
</style>
border-color css
<style>
span { border-color: #461923; }
span { border-color: rgb(70,25,35); }
td.TdClassName
{
border-color: #461923;
}
.TagClassName
{
border-color: #461923;
}
</style>