Shades of Bordeaux #530B11
Tints of Bordeaux #530B11
RGB
CMYK
RGB Variations
Color information
#530B11 (or 0x530B11) is known color: Bordeaux. HEX triplet: 53, 0B and 11. RGB value is (83,11,17). Sum of RGB (Red+Green+Blue) = 83+11+17=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B11 is #ACF4EE. Grayscale: #212121. Windows color (decimal): -11334895 or 1117011. OLE color: 1117011.
HSL color Cylindrical-coordinate representation of color #530B11: hue angle of 355º 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 #530B11 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 17 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.67 |
| HSL | 355º | 0.77% | 0.18% | - |
| HSV(B) | 355º | 0.87% | 0.33% | - |
| XYZ | 3.79 | 2.12 | 0.74 | - |
| YUV | 33.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 17 | 0 | 0.87 | 0.80 | 0.67 | 355 | 0.77 | 0.18 |
| Hex | 53 | B | 11 | 0 | 57 | 50 | 43 | 163 | 4D | 12 |
| Octal | 123 | 13 | 21 | 0 | 127 | 120 | 103 | 543 | 115 | 22 |
| Binary | 1010011 | 1011 | 10001 | 0 | 1010111 | 1010000 | 1000011 | 101100011 | 1001101 | 10010 |
Color Harmonies of #530B11
Complementary color
Monochromatic Colors of #530B11
Black with #530B11
Text Example
Text Example
White with #530B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B11; }
p { color: rgb(83,11,17); }
H1.HeaderClassName
{
color: #530B11;
}
.AnyTagClassName
{
color: #530B11;
}
</style>
background-color css
<style>
a { background-color: #530B11; }
a { background-color: rgb(83,11,17); }
div.DivClassName
{
background-color: #530B11;
}
.BgClassName
{
background-color: #530B11;
}
</style>
border-color css
<style>
span { border-color: #530B11; }
span { border-color: rgb(83,11,17); }
td.TdClassName
{
border-color: #530B11;
}
.TagClassName
{
border-color: #530B11;
}
</style>