Shades of Bordeaux #530D14
Tints of Bordeaux #530D14
RGB
CMYK
RGB Variations
Color information
#530D14 (or 0x530D14) is known color: Bordeaux. HEX triplet: 53, 0D and 14. RGB value is (83,13,20). Sum of RGB (Red+Green+Blue) = 83+13+20=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 13 (5.47% from 255 or 11.21% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D14 is #ACF2EB. Grayscale: #222222. Windows color (decimal): -11334380 or 1314131. OLE color: 1314131.
HSL color Cylindrical-coordinate representation of color #530D14: hue angle of 354º 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 #530D14 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 20 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.67 |
| HSL | 354º | 0.73% | 0.19% | - |
| HSV(B) | 354º | 0.84% | 0.33% | - |
| XYZ | 3.84 | 2.18 | 0.88 | - |
| YUV | 34.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 20 | 0 | 0.84 | 0.76 | 0.67 | 354 | 0.73 | 0.19 |
| Hex | 53 | D | 14 | 0 | 54 | 4C | 43 | 162 | 49 | 13 |
| Octal | 123 | 15 | 24 | 0 | 124 | 114 | 103 | 542 | 111 | 23 |
| Binary | 1010011 | 1101 | 10100 | 0 | 1010100 | 1001100 | 1000011 | 101100010 | 1001001 | 10011 |
Color Harmonies of #530D14
Complementary color
Monochromatic Colors of #530D14
Black with #530D14
Text Example
Text Example
White with #530D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D14; }
p { color: rgb(83,13,20); }
H1.HeaderClassName
{
color: #530D14;
}
.AnyTagClassName
{
color: #530D14;
}
</style>
background-color css
<style>
a { background-color: #530D14; }
a { background-color: rgb(83,13,20); }
div.DivClassName
{
background-color: #530D14;
}
.BgClassName
{
background-color: #530D14;
}
</style>
border-color css
<style>
span { border-color: #530D14; }
span { border-color: rgb(83,13,20); }
td.TdClassName
{
border-color: #530D14;
}
.TagClassName
{
border-color: #530D14;
}
</style>