Shades of Bordeaux #530513
Tints of Bordeaux #530513
RGB
CMYK
RGB Variations
Color information
#530513 (or 0x530513) is known color: Bordeaux. HEX triplet: 53, 05 and 13. RGB value is (83,5,19). Sum of RGB (Red+Green+Blue) = 83+5+19=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530513 is #ACFAEC. Grayscale: #1D1D1D. Windows color (decimal): -11336429 or 1246547. OLE color: 1246547.
HSL color Cylindrical-coordinate representation of color #530513: hue angle of 349.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530513 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 19 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.67 |
| HSL | 349.23º | 0.89% | 0.17% | - |
| HSV(B) | 349.23º | 0.94% | 0.33% | - |
| XYZ | 3.74 | 1.99 | 0.8 | - |
| YUV | 29.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 19 | 0 | 0.94 | 0.77 | 0.67 | 349.23 | 0.89 | 0.17 |
| Hex | 53 | 5 | 13 | 0 | 5E | 4D | 43 | 15D | 59 | 11 |
| Octal | 123 | 5 | 23 | 0 | 136 | 115 | 103 | 535 | 131 | 21 |
| Binary | 1010011 | 101 | 10011 | 0 | 1011110 | 1001101 | 1000011 | 101011101 | 1011001 | 10001 |
Color Harmonies of #530513
Complementary color
Monochromatic Colors of #530513
Black with #530513
Text Example
Text Example
White with #530513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530513; }
p { color: rgb(83,5,19); }
H1.HeaderClassName
{
color: #530513;
}
.AnyTagClassName
{
color: #530513;
}
</style>
background-color css
<style>
a { background-color: #530513; }
a { background-color: rgb(83,5,19); }
div.DivClassName
{
background-color: #530513;
}
.BgClassName
{
background-color: #530513;
}
</style>
border-color css
<style>
span { border-color: #530513; }
span { border-color: rgb(83,5,19); }
td.TdClassName
{
border-color: #530513;
}
.TagClassName
{
border-color: #530513;
}
</style>