Shades of Bordeaux #530116
Tints of Bordeaux #530116
RGB
CMYK
RGB Variations
Color information
#530116 (or 0x530116) is known color: Bordeaux. HEX triplet: 53, 01 and 16. RGB value is (83,1,22). Sum of RGB (Red+Green+Blue) = 83+1+22=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530116 is #ACFEE9. Grayscale: #1B1B1B. Windows color (decimal): -11337450 or 1442131. OLE color: 1442131.
HSL color Cylindrical-coordinate representation of color #530116: hue angle of 344.63º 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 #530116 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.67 |
| HSL | 344.63º | 0.98% | 0.16% | - |
| HSV(B) | 344.63º | 0.99% | 0.33% | - |
| XYZ | 3.72 | 1.92 | 0.93 | - |
| YUV | 27.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 22 | 0 | 0.99 | 0.73 | 0.67 | 344.63 | 0.98 | 0.16 |
| Hex | 53 | 1 | 16 | 0 | 63 | 49 | 43 | 159 | 62 | 10 |
| Octal | 123 | 1 | 26 | 0 | 143 | 111 | 103 | 531 | 142 | 20 |
| Binary | 1010011 | 1 | 10110 | 0 | 1100011 | 1001001 | 1000011 | 101011001 | 1100010 | 10000 |
Color Harmonies of #530116
Complementary color
Monochromatic Colors of #530116
Black with #530116
Text Example
Text Example
White with #530116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530116; }
p { color: rgb(83,1,22); }
H1.HeaderClassName
{
color: #530116;
}
.AnyTagClassName
{
color: #530116;
}
</style>
background-color css
<style>
a { background-color: #530116; }
a { background-color: rgb(83,1,22); }
div.DivClassName
{
background-color: #530116;
}
.BgClassName
{
background-color: #530116;
}
</style>
border-color css
<style>
span { border-color: #530116; }
span { border-color: rgb(83,1,22); }
td.TdClassName
{
border-color: #530116;
}
.TagClassName
{
border-color: #530116;
}
</style>