Shades of Bordeaux #530D13
Tints of Bordeaux #530D13
RGB
CMYK
RGB Variations
Color information
#530D13 (or 0x530D13) is known color: Bordeaux. HEX triplet: 53, 0D and 13. RGB value is (83,13,19). Sum of RGB (Red+Green+Blue) = 83+13+19=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #530D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D13 is #ACF2EC. Grayscale: #222222. Windows color (decimal): -11334381 or 1248595. OLE color: 1248595.
HSL color Cylindrical-coordinate representation of color #530D13: hue angle of 354.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D13 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 19 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.67 |
| HSL | 354.86º | 0.73% | 0.19% | - |
| HSV(B) | 354.86º | 0.84% | 0.33% | - |
| XYZ | 3.83 | 2.17 | 0.83 | - |
| YUV | 34.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 19 | 0 | 0.84 | 0.77 | 0.67 | 354.86 | 0.73 | 0.19 |
| Hex | 53 | D | 13 | 0 | 54 | 4D | 43 | 163 | 49 | 13 |
| Octal | 123 | 15 | 23 | 0 | 124 | 115 | 103 | 543 | 111 | 23 |
| Binary | 1010011 | 1101 | 10011 | 0 | 1010100 | 1001101 | 1000011 | 101100011 | 1001001 | 10011 |
Color Harmonies of #530D13
Complementary color
Monochromatic Colors of #530D13
Black with #530D13
Text Example
Text Example
White with #530D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D13; }
p { color: rgb(83,13,19); }
H1.HeaderClassName
{
color: #530D13;
}
.AnyTagClassName
{
color: #530D13;
}
</style>
background-color css
<style>
a { background-color: #530D13; }
a { background-color: rgb(83,13,19); }
div.DivClassName
{
background-color: #530D13;
}
.BgClassName
{
background-color: #530D13;
}
</style>
border-color css
<style>
span { border-color: #530D13; }
span { border-color: rgb(83,13,19); }
td.TdClassName
{
border-color: #530D13;
}
.TagClassName
{
border-color: #530D13;
}
</style>