Shades of Bordeaux #521723
Tints of Bordeaux #521723
RGB
CMYK
RGB Variations
Color information
#521723 (or 0x521723) is known color: Bordeaux. HEX triplet: 52, 17 and 23. RGB value is (82,23,35). Sum of RGB (Red+Green+Blue) = 82+23+35=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #521723 is #ADE8DC. Grayscale: #2A2A2A. Windows color (decimal): -11397341 or 2299730. OLE color: 2299730.
HSL color Cylindrical-coordinate representation of color #521723: hue angle of 347.8º 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 #521723 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 35 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.68 |
| HSL | 347.8º | 0.56% | 0.21% | - |
| HSV(B) | 347.8º | 0.72% | 0.32% | - |
| XYZ | 4.09 | 2.53 | 1.86 | - |
| YUV | 42.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 35 | 0 | 0.72 | 0.57 | 0.68 | 347.8 | 0.56 | 0.21 |
| Hex | 52 | 17 | 23 | 0 | 48 | 39 | 44 | 15C | 38 | 15 |
| Octal | 122 | 27 | 43 | 0 | 110 | 71 | 104 | 534 | 70 | 25 |
| Binary | 1010010 | 10111 | 100011 | 0 | 1001000 | 111001 | 1000100 | 101011100 | 111000 | 10101 |
Color Harmonies of #521723
Complementary color
Monochromatic Colors of #521723
Black with #521723
Text Example
Text Example
White with #521723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521723; }
p { color: rgb(82,23,35); }
H1.HeaderClassName
{
color: #521723;
}
.AnyTagClassName
{
color: #521723;
}
</style>
background-color css
<style>
a { background-color: #521723; }
a { background-color: rgb(82,23,35); }
div.DivClassName
{
background-color: #521723;
}
.BgClassName
{
background-color: #521723;
}
</style>
border-color css
<style>
span { border-color: #521723; }
span { border-color: rgb(82,23,35); }
td.TdClassName
{
border-color: #521723;
}
.TagClassName
{
border-color: #521723;
}
</style>