Shades of Bordeaux #53070D
Tints of Bordeaux #53070D
RGB
CMYK
RGB Variations
Color information
#53070D (or 0x53070D) is known color: Bordeaux. HEX triplet: 53, 07 and 0D. RGB value is (83,7,13). Sum of RGB (Red+Green+Blue) = 83+7+13=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 13 (5.47% from 255 or 12.62% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #53070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070D is #ACF8F2. Grayscale: #1E1E1E. Windows color (decimal): -11335923 or 853843. OLE color: 853843.
HSL color Cylindrical-coordinate representation of color #53070D: hue angle of 355.26º 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 #53070D is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 13 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.67 |
| HSL | 355.26º | 0.84% | 0.18% | - |
| HSV(B) | 355.26º | 0.92% | 0.33% | - |
| XYZ | 3.72 | 2.02 | 0.57 | - |
| YUV | 30.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 13 | 0 | 0.92 | 0.84 | 0.67 | 355.26 | 0.84 | 0.18 |
| Hex | 53 | 7 | D | 0 | 5C | 54 | 43 | 163 | 54 | 12 |
| Octal | 123 | 7 | 15 | 0 | 134 | 124 | 103 | 543 | 124 | 22 |
| Binary | 1010011 | 111 | 1101 | 0 | 1011100 | 1010100 | 1000011 | 101100011 | 1010100 | 10010 |
Color Harmonies of #53070D
Complementary color
Monochromatic Colors of #53070D
Black with #53070D
Text Example
Text Example
White with #53070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53070D; }
p { color: rgb(83,7,13); }
H1.HeaderClassName
{
color: #53070D;
}
.AnyTagClassName
{
color: #53070D;
}
</style>
background-color css
<style>
a { background-color: #53070D; }
a { background-color: rgb(83,7,13); }
div.DivClassName
{
background-color: #53070D;
}
.BgClassName
{
background-color: #53070D;
}
</style>
border-color css
<style>
span { border-color: #53070D; }
span { border-color: rgb(83,7,13); }
td.TdClassName
{
border-color: #53070D;
}
.TagClassName
{
border-color: #53070D;
}
</style>