Shades of Bordeaux #53081F
Tints of Bordeaux #53081F
RGB
CMYK
RGB Variations
Color information
#53081F (or 0x53081F) is known color: Bordeaux. HEX triplet: 53, 08 and 1F. RGB value is (83,8,31). Sum of RGB (Red+Green+Blue) = 83+8+31=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #53081F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53081F is #ACF7E0. Grayscale: #212121. Windows color (decimal): -11335649 or 2033747. OLE color: 2033747.
HSL color Cylindrical-coordinate representation of color #53081F: hue angle of 341.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53081F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 31 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.67 |
| HSL | 341.6º | 0.82% | 0.18% | - |
| HSV(B) | 341.6º | 0.9% | 0.33% | - |
| XYZ | 3.9 | 2.11 | 1.5 | - |
| YUV | 33.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 31 | 0 | 0.90 | 0.63 | 0.67 | 341.6 | 0.82 | 0.18 |
| Hex | 53 | 8 | 1F | 0 | 5A | 3F | 43 | 156 | 52 | 12 |
| Octal | 123 | 10 | 37 | 0 | 132 | 77 | 103 | 526 | 122 | 22 |
| Binary | 1010011 | 1000 | 11111 | 0 | 1011010 | 111111 | 1000011 | 101010110 | 1010010 | 10010 |
Color Harmonies of #53081F
Complementary color
Monochromatic Colors of #53081F
Black with #53081F
Text Example
Text Example
White with #53081F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53081F; }
p { color: rgb(83,8,31); }
H1.HeaderClassName
{
color: #53081F;
}
.AnyTagClassName
{
color: #53081F;
}
</style>
background-color css
<style>
a { background-color: #53081F; }
a { background-color: rgb(83,8,31); }
div.DivClassName
{
background-color: #53081F;
}
.BgClassName
{
background-color: #53081F;
}
</style>
border-color css
<style>
span { border-color: #53081F; }
span { border-color: rgb(83,8,31); }
td.TdClassName
{
border-color: #53081F;
}
.TagClassName
{
border-color: #53081F;
}
</style>