Shades of Bordeaux #530110
Tints of Bordeaux #530110
RGB
CMYK
RGB Variations
Color information
#530110 (or 0x530110) is known color: Bordeaux. HEX triplet: 53, 01 and 10. RGB value is (83,1,16). Sum of RGB (Red+Green+Blue) = 83+1+16=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530110 is #ACFEEF. Grayscale: #1B1B1B. Windows color (decimal): -11337456 or 1048915. OLE color: 1048915.
HSL color Cylindrical-coordinate representation of color #530110: hue angle of 349.02º 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 #530110 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.67 |
| HSL | 349.02º | 0.98% | 0.16% | - |
| HSV(B) | 349.02º | 0.99% | 0.33% | - |
| XYZ | 3.67 | 1.9 | 0.66 | - |
| YUV | 27.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 16 | 0 | 0.99 | 0.81 | 0.67 | 349.02 | 0.98 | 0.16 |
| Hex | 53 | 1 | 10 | 0 | 63 | 51 | 43 | 15D | 62 | 10 |
| Octal | 123 | 1 | 20 | 0 | 143 | 121 | 103 | 535 | 142 | 20 |
| Binary | 1010011 | 1 | 10000 | 0 | 1100011 | 1010001 | 1000011 | 101011101 | 1100010 | 10000 |
Color Harmonies of #530110
Complementary color
Monochromatic Colors of #530110
Black with #530110
Text Example
Text Example
White with #530110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530110; }
p { color: rgb(83,1,16); }
H1.HeaderClassName
{
color: #530110;
}
.AnyTagClassName
{
color: #530110;
}
</style>
background-color css
<style>
a { background-color: #530110; }
a { background-color: rgb(83,1,16); }
div.DivClassName
{
background-color: #530110;
}
.BgClassName
{
background-color: #530110;
}
</style>
border-color css
<style>
span { border-color: #530110; }
span { border-color: rgb(83,1,16); }
td.TdClassName
{
border-color: #530110;
}
.TagClassName
{
border-color: #530110;
}
</style>