Shades of Bordeaux #520B24
Tints of Bordeaux #520B24
RGB
CMYK
RGB Variations
Color information
#520B24 (or 0x520B24) is known color: Bordeaux. HEX triplet: 52, 0B and 24. RGB value is (82,11,36). Sum of RGB (Red+Green+Blue) = 82+11+36=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 11 (4.69% from 255 or 8.53% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #520B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520B24 is #ADF4DB. Grayscale: #232323. Windows color (decimal): -11400412 or 2362194. OLE color: 2362194.
HSL color Cylindrical-coordinate representation of color #520B24: hue angle of 338.87º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #520B24 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 11 | 36 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.68 |
| HSL | 338.87º | 0.76% | 0.18% | - |
| HSV(B) | 338.87º | 0.87% | 0.32% | - |
| XYZ | 3.92 | 2.16 | 1.88 | - |
| YUV | 35.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 11 | 36 | 0 | 0.87 | 0.56 | 0.68 | 338.87 | 0.76 | 0.18 |
| Hex | 52 | B | 24 | 0 | 57 | 38 | 44 | 153 | 4C | 12 |
| Octal | 122 | 13 | 44 | 0 | 127 | 70 | 104 | 523 | 114 | 22 |
| Binary | 1010010 | 1011 | 100100 | 0 | 1010111 | 111000 | 1000100 | 101010011 | 1001100 | 10010 |
Color Harmonies of #520B24
Complementary color
Monochromatic Colors of #520B24
Black with #520B24
Text Example
Text Example
White with #520B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520B24; }
p { color: rgb(82,11,36); }
H1.HeaderClassName
{
color: #520B24;
}
.AnyTagClassName
{
color: #520B24;
}
</style>
background-color css
<style>
a { background-color: #520B24; }
a { background-color: rgb(82,11,36); }
div.DivClassName
{
background-color: #520B24;
}
.BgClassName
{
background-color: #520B24;
}
</style>
border-color css
<style>
span { border-color: #520B24; }
span { border-color: rgb(82,11,36); }
td.TdClassName
{
border-color: #520B24;
}
.TagClassName
{
border-color: #520B24;
}
</style>