Shades of Bordeaux #520723
Tints of Bordeaux #520723
RGB
CMYK
RGB Variations
Color information
#520723 (or 0x520723) is known color: Bordeaux. HEX triplet: 52, 07 and 23. RGB value is (82,7,35). Sum of RGB (Red+Green+Blue) = 82+7+35=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520723 is #ADF8DC. Grayscale: #202020. Windows color (decimal): -11401437 or 2295634. OLE color: 2295634.
HSL color Cylindrical-coordinate representation of color #520723: hue angle of 337.6º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520723 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 7 | 35 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.68 |
| HSL | 337.6º | 0.84% | 0.17% | - |
| HSV(B) | 337.6º | 0.91% | 0.32% | - |
| XYZ | 3.86 | 2.07 | 1.79 | - |
| YUV | 32.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 35 | 0 | 0.91 | 0.57 | 0.68 | 337.6 | 0.84 | 0.17 |
| Hex | 52 | 7 | 23 | 0 | 5B | 39 | 44 | 152 | 54 | 11 |
| Octal | 122 | 7 | 43 | 0 | 133 | 71 | 104 | 522 | 124 | 21 |
| Binary | 1010010 | 111 | 100011 | 0 | 1011011 | 111001 | 1000100 | 101010010 | 1010100 | 10001 |
Color Harmonies of #520723
Complementary color
Monochromatic Colors of #520723
Black with #520723
Text Example
Text Example
White with #520723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520723; }
p { color: rgb(82,7,35); }
H1.HeaderClassName
{
color: #520723;
}
.AnyTagClassName
{
color: #520723;
}
</style>
background-color css
<style>
a { background-color: #520723; }
a { background-color: rgb(82,7,35); }
div.DivClassName
{
background-color: #520723;
}
.BgClassName
{
background-color: #520723;
}
</style>
border-color css
<style>
span { border-color: #520723; }
span { border-color: rgb(82,7,35); }
td.TdClassName
{
border-color: #520723;
}
.TagClassName
{
border-color: #520723;
}
</style>