Shades of Bordeaux #530B0E
Tints of Bordeaux #530B0E
RGB
CMYK
RGB Variations
Color information
#530B0E (or 0x530B0E) is known color: Bordeaux. HEX triplet: 53, 0B and 0E. RGB value is (83,11,14). Sum of RGB (Red+Green+Blue) = 83+11+14=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B0E is #ACF4F1. Grayscale: #202020. Windows color (decimal): -11334898 or 920403. OLE color: 920403.
HSL color Cylindrical-coordinate representation of color #530B0E: hue angle of 357.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B0E is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 14 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.67 |
| HSL | 357.5º | 0.77% | 0.18% | - |
| HSV(B) | 357.5º | 0.87% | 0.33% | - |
| XYZ | 3.77 | 2.11 | 0.62 | - |
| YUV | 32.87 | 117.35 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 14 | 0 | 0.87 | 0.83 | 0.67 | 357.5 | 0.77 | 0.18 |
| Hex | 53 | B | E | 0 | 57 | 53 | 43 | 166 | 4D | 12 |
| Octal | 123 | 13 | 16 | 0 | 127 | 123 | 103 | 546 | 115 | 22 |
| Binary | 1010011 | 1011 | 1110 | 0 | 1010111 | 1010011 | 1000011 | 101100110 | 1001101 | 10010 |
Color Harmonies of #530B0E
Complementary color
Monochromatic Colors of #530B0E
Black with #530B0E
Text Example
Text Example
White with #530B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B0E; }
p { color: rgb(83,11,14); }
H1.HeaderClassName
{
color: #530B0E;
}
.AnyTagClassName
{
color: #530B0E;
}
</style>
background-color css
<style>
a { background-color: #530B0E; }
a { background-color: rgb(83,11,14); }
div.DivClassName
{
background-color: #530B0E;
}
.BgClassName
{
background-color: #530B0E;
}
</style>
border-color css
<style>
span { border-color: #530B0E; }
span { border-color: rgb(83,11,14); }
td.TdClassName
{
border-color: #530B0E;
}
.TagClassName
{
border-color: #530B0E;
}
</style>