Shades of Bordeaux #530811
Tints of Bordeaux #530811
RGB
CMYK
RGB Variations
Color information
#530811 (or 0x530811) is known color: Bordeaux. HEX triplet: 53, 08 and 11. RGB value is (83,8,17). Sum of RGB (Red+Green+Blue) = 83+8+17=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530811 is #ACF7EE. Grayscale: #1F1F1F. Windows color (decimal): -11335663 or 1116243. OLE color: 1116243.
HSL color Cylindrical-coordinate representation of color #530811: hue angle of 352.8º 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 #530811 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 17 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.67 |
| HSL | 352.8º | 0.82% | 0.18% | - |
| HSV(B) | 352.8º | 0.9% | 0.33% | - |
| XYZ | 3.76 | 2.05 | 0.73 | - |
| YUV | 31.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 17 | 0 | 0.90 | 0.80 | 0.67 | 352.8 | 0.82 | 0.18 |
| Hex | 53 | 8 | 11 | 0 | 5A | 50 | 43 | 161 | 52 | 12 |
| Octal | 123 | 10 | 21 | 0 | 132 | 120 | 103 | 541 | 122 | 22 |
| Binary | 1010011 | 1000 | 10001 | 0 | 1011010 | 1010000 | 1000011 | 101100001 | 1010010 | 10010 |
Color Harmonies of #530811
Complementary color
Monochromatic Colors of #530811
Black with #530811
Text Example
Text Example
White with #530811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530811; }
p { color: rgb(83,8,17); }
H1.HeaderClassName
{
color: #530811;
}
.AnyTagClassName
{
color: #530811;
}
</style>
background-color css
<style>
a { background-color: #530811; }
a { background-color: rgb(83,8,17); }
div.DivClassName
{
background-color: #530811;
}
.BgClassName
{
background-color: #530811;
}
</style>
border-color css
<style>
span { border-color: #530811; }
span { border-color: rgb(83,8,17); }
td.TdClassName
{
border-color: #530811;
}
.TagClassName
{
border-color: #530811;
}
</style>