Shades of Bordeaux #53070E
Tints of Bordeaux #53070E
RGB
CMYK
RGB Variations
Color information
#53070E (or 0x53070E) is known color: Bordeaux. HEX triplet: 53, 07 and 0E. RGB value is (83,7,14). Sum of RGB (Red+Green+Blue) = 83+7+14=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #53070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070E is #ACF8F1. Grayscale: #1E1E1E. Windows color (decimal): -11335922 or 919379. OLE color: 919379.
HSL color Cylindrical-coordinate representation of color #53070E: hue angle of 354.47º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53070E is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 14 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.67 |
| HSL | 354.47º | 0.84% | 0.18% | - |
| HSV(B) | 354.47º | 0.92% | 0.33% | - |
| XYZ | 3.72 | 2.02 | 0.61 | - |
| YUV | 30.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 14 | 0 | 0.92 | 0.83 | 0.67 | 354.47 | 0.84 | 0.18 |
| Hex | 53 | 7 | E | 0 | 5C | 53 | 43 | 162 | 54 | 12 |
| Octal | 123 | 7 | 16 | 0 | 134 | 123 | 103 | 542 | 124 | 22 |
| Binary | 1010011 | 111 | 1110 | 0 | 1011100 | 1010011 | 1000011 | 101100010 | 1010100 | 10010 |
Color Harmonies of #53070E
Complementary color
Monochromatic Colors of #53070E
Black with #53070E
Text Example
Text Example
White with #53070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53070E; }
p { color: rgb(83,7,14); }
H1.HeaderClassName
{
color: #53070E;
}
.AnyTagClassName
{
color: #53070E;
}
</style>
background-color css
<style>
a { background-color: #53070E; }
a { background-color: rgb(83,7,14); }
div.DivClassName
{
background-color: #53070E;
}
.BgClassName
{
background-color: #53070E;
}
</style>
border-color css
<style>
span { border-color: #53070E; }
span { border-color: rgb(83,7,14); }
td.TdClassName
{
border-color: #53070E;
}
.TagClassName
{
border-color: #53070E;
}
</style>