Shades of Bordeaux #530114
Tints of Bordeaux #530114
RGB
CMYK
RGB Variations
Color information
#530114 (or 0x530114) is known color: Bordeaux. HEX triplet: 53, 01 and 14. RGB value is (83,1,20). Sum of RGB (Red+Green+Blue) = 83+1+20=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530114 is #ACFEEB. Grayscale: #1B1B1B. Windows color (decimal): -11337452 or 1311059. OLE color: 1311059.
HSL color Cylindrical-coordinate representation of color #530114: hue angle of 346.1º 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 #530114 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.67 |
| HSL | 346.1º | 0.98% | 0.16% | - |
| HSV(B) | 346.1º | 0.99% | 0.33% | - |
| XYZ | 3.7 | 1.91 | 0.84 | - |
| YUV | 27.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 20 | 0 | 0.99 | 0.76 | 0.67 | 346.1 | 0.98 | 0.16 |
| Hex | 53 | 1 | 14 | 0 | 63 | 4C | 43 | 15A | 62 | 10 |
| Octal | 123 | 1 | 24 | 0 | 143 | 114 | 103 | 532 | 142 | 20 |
| Binary | 1010011 | 1 | 10100 | 0 | 1100011 | 1001100 | 1000011 | 101011010 | 1100010 | 10000 |
Color Harmonies of #530114
Complementary color
Monochromatic Colors of #530114
Black with #530114
Text Example
Text Example
White with #530114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530114; }
p { color: rgb(83,1,20); }
H1.HeaderClassName
{
color: #530114;
}
.AnyTagClassName
{
color: #530114;
}
</style>
background-color css
<style>
a { background-color: #530114; }
a { background-color: rgb(83,1,20); }
div.DivClassName
{
background-color: #530114;
}
.BgClassName
{
background-color: #530114;
}
</style>
border-color css
<style>
span { border-color: #530114; }
span { border-color: rgb(83,1,20); }
td.TdClassName
{
border-color: #530114;
}
.TagClassName
{
border-color: #530114;
}
</style>