Shades of Bordeaux #461825
Tints of Bordeaux #461825
RGB
CMYK
RGB Variations
Color information
#461825 (or 0x461825) is known color: Bordeaux. HEX triplet: 46, 18 and 25. RGB value is (70,24,37). Sum of RGB (Red+Green+Blue) = 70+24+37=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #461825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461825 is #B9E7DA. Grayscale: #272727. Windows color (decimal): -12183515 or 2431046. OLE color: 2431046.
HSL color Cylindrical-coordinate representation of color #461825: hue angle of 343.04º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461825 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 24 | 37 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.73 |
| HSL | 343.04º | 0.49% | 0.18% | - |
| HSV(B) | 343.04º | 0.66% | 0.27% | - |
| XYZ | 3.19 | 2.09 | 1.99 | - |
| YUV | 39.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 37 | 0 | 0.66 | 0.47 | 0.73 | 343.04 | 0.49 | 0.18 |
| Hex | 46 | 18 | 25 | 0 | 42 | 2F | 49 | 157 | 31 | 12 |
| Octal | 106 | 30 | 45 | 0 | 102 | 57 | 111 | 527 | 61 | 22 |
| Binary | 1000110 | 11000 | 100101 | 0 | 1000010 | 101111 | 1001001 | 101010111 | 110001 | 10010 |
Color Harmonies of #461825
Complementary color
Monochromatic Colors of #461825
Black with #461825
Text Example
Text Example
White with #461825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461825; }
p { color: rgb(70,24,37); }
H1.HeaderClassName
{
color: #461825;
}
.AnyTagClassName
{
color: #461825;
}
</style>
background-color css
<style>
a { background-color: #461825; }
a { background-color: rgb(70,24,37); }
div.DivClassName
{
background-color: #461825;
}
.BgClassName
{
background-color: #461825;
}
</style>
border-color css
<style>
span { border-color: #461825; }
span { border-color: rgb(70,24,37); }
td.TdClassName
{
border-color: #461825;
}
.TagClassName
{
border-color: #461825;
}
</style>