Shades of Bordeaux #53090E
Tints of Bordeaux #53090E
RGB
CMYK
RGB Variations
Color information
#53090E (or 0x53090E) is known color: Bordeaux. HEX triplet: 53, 09 and 0E. RGB value is (83,9,14). Sum of RGB (Red+Green+Blue) = 83+9+14=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #53090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53090E is #ACF6F1. Grayscale: #1F1F1F. Windows color (decimal): -11335410 or 919891. OLE color: 919891.
HSL color Cylindrical-coordinate representation of color #53090E: hue angle of 355.95º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53090E is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 14 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.67 |
| HSL | 355.95º | 0.8% | 0.18% | - |
| HSV(B) | 355.95º | 0.89% | 0.33% | - |
| XYZ | 3.74 | 2.07 | 0.62 | - |
| YUV | 31.7 | 118.02 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 14 | 0 | 0.89 | 0.83 | 0.67 | 355.95 | 0.8 | 0.18 |
| Hex | 53 | 9 | E | 0 | 59 | 53 | 43 | 164 | 50 | 12 |
| Octal | 123 | 11 | 16 | 0 | 131 | 123 | 103 | 544 | 120 | 22 |
| Binary | 1010011 | 1001 | 1110 | 0 | 1011001 | 1010011 | 1000011 | 101100100 | 1010000 | 10010 |
Color Harmonies of #53090E
Complementary color
Monochromatic Colors of #53090E
Black with #53090E
Text Example
Text Example
White with #53090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53090E; }
p { color: rgb(83,9,14); }
H1.HeaderClassName
{
color: #53090E;
}
.AnyTagClassName
{
color: #53090E;
}
</style>
background-color css
<style>
a { background-color: #53090E; }
a { background-color: rgb(83,9,14); }
div.DivClassName
{
background-color: #53090E;
}
.BgClassName
{
background-color: #53090E;
}
</style>
border-color css
<style>
span { border-color: #53090E; }
span { border-color: rgb(83,9,14); }
td.TdClassName
{
border-color: #53090E;
}
.TagClassName
{
border-color: #53090E;
}
</style>