Shades of Bordeaux #53061F
Tints of Bordeaux #53061F
RGB
CMYK
RGB Variations
Color information
#53061F (or 0x53061F) is known color: Bordeaux. HEX triplet: 53, 06 and 1F. RGB value is (83,6,31). Sum of RGB (Red+Green+Blue) = 83+6+31=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53061F is #ACF9E0. Grayscale: #1F1F1F. Windows color (decimal): -11336161 or 2033235. OLE color: 2033235.
HSL color Cylindrical-coordinate representation of color #53061F: hue angle of 340.52º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53061F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 31 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.67 |
| HSL | 340.52º | 0.87% | 0.17% | - |
| HSV(B) | 340.52º | 0.93% | 0.33% | - |
| XYZ | 3.88 | 2.07 | 1.49 | - |
| YUV | 31.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 31 | 0 | 0.93 | 0.63 | 0.67 | 340.52 | 0.87 | 0.17 |
| Hex | 53 | 6 | 1F | 0 | 5D | 3F | 43 | 155 | 57 | 11 |
| Octal | 123 | 6 | 37 | 0 | 135 | 77 | 103 | 525 | 127 | 21 |
| Binary | 1010011 | 110 | 11111 | 0 | 1011101 | 111111 | 1000011 | 101010101 | 1010111 | 10001 |
Color Harmonies of #53061F
Complementary color
Monochromatic Colors of #53061F
Black with #53061F
Text Example
Text Example
White with #53061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53061F; }
p { color: rgb(83,6,31); }
H1.HeaderClassName
{
color: #53061F;
}
.AnyTagClassName
{
color: #53061F;
}
</style>
background-color css
<style>
a { background-color: #53061F; }
a { background-color: rgb(83,6,31); }
div.DivClassName
{
background-color: #53061F;
}
.BgClassName
{
background-color: #53061F;
}
</style>
border-color css
<style>
span { border-color: #53061F; }
span { border-color: rgb(83,6,31); }
td.TdClassName
{
border-color: #53061F;
}
.TagClassName
{
border-color: #53061F;
}
</style>