Shades of Bordeaux #53091C
Tints of Bordeaux #53091C
RGB
CMYK
RGB Variations
Color information
#53091C (or 0x53091C) is known color: Bordeaux. HEX triplet: 53, 09 and 1C. RGB value is (83,9,28). Sum of RGB (Red+Green+Blue) = 83+9+28=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #53091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53091C is #ACF6E3. Grayscale: #212121. Windows color (decimal): -11335396 or 1837395. OLE color: 1837395.
HSL color Cylindrical-coordinate representation of color #53091C: hue angle of 344.59º 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 #53091C is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 28 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.67 |
| HSL | 344.59º | 0.8% | 0.18% | - |
| HSV(B) | 344.59º | 0.89% | 0.33% | - |
| XYZ | 3.87 | 2.12 | 1.3 | - |
| YUV | 33.29 | 125.02 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 28 | 0 | 0.89 | 0.66 | 0.67 | 344.59 | 0.8 | 0.18 |
| Hex | 53 | 9 | 1C | 0 | 59 | 42 | 43 | 159 | 50 | 12 |
| Octal | 123 | 11 | 34 | 0 | 131 | 102 | 103 | 531 | 120 | 22 |
| Binary | 1010011 | 1001 | 11100 | 0 | 1011001 | 1000010 | 1000011 | 101011001 | 1010000 | 10010 |
Color Harmonies of #53091C
Complementary color
Monochromatic Colors of #53091C
Black with #53091C
Text Example
Text Example
White with #53091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53091C; }
p { color: rgb(83,9,28); }
H1.HeaderClassName
{
color: #53091C;
}
.AnyTagClassName
{
color: #53091C;
}
</style>
background-color css
<style>
a { background-color: #53091C; }
a { background-color: rgb(83,9,28); }
div.DivClassName
{
background-color: #53091C;
}
.BgClassName
{
background-color: #53091C;
}
</style>
border-color css
<style>
span { border-color: #53091C; }
span { border-color: rgb(83,9,28); }
td.TdClassName
{
border-color: #53091C;
}
.TagClassName
{
border-color: #53091C;
}
</style>