Shades of Bordeaux #521725
Tints of Bordeaux #521725
RGB
CMYK
RGB Variations
Color information
#521725 (or 0x521725) is known color: Bordeaux. HEX triplet: 52, 17 and 25. RGB value is (82,23,37). Sum of RGB (Red+Green+Blue) = 82+23+37=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #521725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521725 is #ADE8DA. Grayscale: #2A2A2A. Windows color (decimal): -11397339 or 2430802. OLE color: 2430802.
HSL color Cylindrical-coordinate representation of color #521725: hue angle of 345.76º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521725 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 37 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.68 |
| HSL | 345.76º | 0.56% | 0.21% | - |
| HSV(B) | 345.76º | 0.72% | 0.32% | - |
| XYZ | 4.12 | 2.54 | 2.02 | - |
| YUV | 42.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 37 | 0 | 0.72 | 0.55 | 0.68 | 345.76 | 0.56 | 0.21 |
| Hex | 52 | 17 | 25 | 0 | 48 | 37 | 44 | 15A | 38 | 15 |
| Octal | 122 | 27 | 45 | 0 | 110 | 67 | 104 | 532 | 70 | 25 |
| Binary | 1010010 | 10111 | 100101 | 0 | 1001000 | 110111 | 1000100 | 101011010 | 111000 | 10101 |
Color Harmonies of #521725
Complementary color
Monochromatic Colors of #521725
Black with #521725
Text Example
Text Example
White with #521725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521725; }
p { color: rgb(82,23,37); }
H1.HeaderClassName
{
color: #521725;
}
.AnyTagClassName
{
color: #521725;
}
</style>
background-color css
<style>
a { background-color: #521725; }
a { background-color: rgb(82,23,37); }
div.DivClassName
{
background-color: #521725;
}
.BgClassName
{
background-color: #521725;
}
</style>
border-color css
<style>
span { border-color: #521725; }
span { border-color: rgb(82,23,37); }
td.TdClassName
{
border-color: #521725;
}
.TagClassName
{
border-color: #521725;
}
</style>