Shades of Bordeaux #53031E
Tints of Bordeaux #53031E
RGB
CMYK
RGB Variations
Color information
#53031E (or 0x53031E) is known color: Bordeaux. HEX triplet: 53, 03 and 1E. RGB value is (83,3,30). Sum of RGB (Red+Green+Blue) = 83+3+30=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #53031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53031E is #ACFCE1. Grayscale: #1D1D1D. Windows color (decimal): -11336930 or 1966931. OLE color: 1966931.
HSL color Cylindrical-coordinate representation of color #53031E: hue angle of 339.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53031E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 30 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.67 |
| HSL | 339.75º | 0.93% | 0.17% | - |
| HSV(B) | 339.75º | 0.96% | 0.33% | - |
| XYZ | 3.83 | 2 | 1.41 | - |
| YUV | 30 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 30 | 0 | 0.96 | 0.64 | 0.67 | 339.75 | 0.93 | 0.17 |
| Hex | 53 | 3 | 1E | 0 | 60 | 40 | 43 | 154 | 5D | 11 |
| Octal | 123 | 3 | 36 | 0 | 140 | 100 | 103 | 524 | 135 | 21 |
| Binary | 1010011 | 11 | 11110 | 0 | 1100000 | 1000000 | 1000011 | 101010100 | 1011101 | 10001 |
Color Harmonies of #53031E
Complementary color
Monochromatic Colors of #53031E
Black with #53031E
Text Example
Text Example
White with #53031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53031E; }
p { color: rgb(83,3,30); }
H1.HeaderClassName
{
color: #53031E;
}
.AnyTagClassName
{
color: #53031E;
}
</style>
background-color css
<style>
a { background-color: #53031E; }
a { background-color: rgb(83,3,30); }
div.DivClassName
{
background-color: #53031E;
}
.BgClassName
{
background-color: #53031E;
}
</style>
border-color css
<style>
span { border-color: #53031E; }
span { border-color: rgb(83,3,30); }
td.TdClassName
{
border-color: #53031E;
}
.TagClassName
{
border-color: #53031E;
}
</style>