Shades of Bordeaux #530111
Tints of Bordeaux #530111
RGB
CMYK
RGB Variations
Color information
#530111 (or 0x530111) is known color: Bordeaux. HEX triplet: 53, 01 and 11. RGB value is (83,1,17). Sum of RGB (Red+Green+Blue) = 83+1+17=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530111 is #ACFEEE. Grayscale: #1B1B1B. Windows color (decimal): -11337455 or 1114451. OLE color: 1114451.
HSL color Cylindrical-coordinate representation of color #530111: hue angle of 348.29º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530111 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 17 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.67 |
| HSL | 348.29º | 0.98% | 0.16% | - |
| HSV(B) | 348.29º | 0.99% | 0.33% | - |
| XYZ | 3.68 | 1.9 | 0.7 | - |
| YUV | 27.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 17 | 0 | 0.99 | 0.80 | 0.67 | 348.29 | 0.98 | 0.16 |
| Hex | 53 | 1 | 11 | 0 | 63 | 50 | 43 | 15C | 62 | 10 |
| Octal | 123 | 1 | 21 | 0 | 143 | 120 | 103 | 534 | 142 | 20 |
| Binary | 1010011 | 1 | 10001 | 0 | 1100011 | 1010000 | 1000011 | 101011100 | 1100010 | 10000 |
Color Harmonies of #530111
Complementary color
Monochromatic Colors of #530111
Black with #530111
Text Example
Text Example
White with #530111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530111; }
p { color: rgb(83,1,17); }
H1.HeaderClassName
{
color: #530111;
}
.AnyTagClassName
{
color: #530111;
}
</style>
background-color css
<style>
a { background-color: #530111; }
a { background-color: rgb(83,1,17); }
div.DivClassName
{
background-color: #530111;
}
.BgClassName
{
background-color: #530111;
}
</style>
border-color css
<style>
span { border-color: #530111; }
span { border-color: rgb(83,1,17); }
td.TdClassName
{
border-color: #530111;
}
.TagClassName
{
border-color: #530111;
}
</style>