Shades of Bordeaux #530F16
Tints of Bordeaux #530F16
RGB
CMYK
RGB Variations
Color information
#530F16 (or 0x530F16) is known color: Bordeaux. HEX triplet: 53, 0F and 16. RGB value is (83,15,22). Sum of RGB (Red+Green+Blue) = 83+15+22=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 22 (8.98% from 255 or 18.33% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530F16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530F16 is #ACF0E9. Grayscale: #242424. Windows color (decimal): -11333866 or 1445715. OLE color: 1445715.
HSL color Cylindrical-coordinate representation of color #530F16: hue angle of 353.82º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F16 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 22 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.67 |
| HSL | 353.82º | 0.69% | 0.19% | - |
| HSV(B) | 353.82º | 0.82% | 0.33% | - |
| XYZ | 3.88 | 2.24 | 0.99 | - |
| YUV | 36.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 22 | 0 | 0.82 | 0.73 | 0.67 | 353.82 | 0.69 | 0.19 |
| Hex | 53 | F | 16 | 0 | 52 | 49 | 43 | 162 | 45 | 13 |
| Octal | 123 | 17 | 26 | 0 | 122 | 111 | 103 | 542 | 105 | 23 |
| Binary | 1010011 | 1111 | 10110 | 0 | 1010010 | 1001001 | 1000011 | 101100010 | 1000101 | 10011 |
Color Harmonies of #530F16
Complementary color
Monochromatic Colors of #530F16
Black with #530F16
Text Example
Text Example
White with #530F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F16; }
p { color: rgb(83,15,22); }
H1.HeaderClassName
{
color: #530F16;
}
.AnyTagClassName
{
color: #530F16;
}
</style>
background-color css
<style>
a { background-color: #530F16; }
a { background-color: rgb(83,15,22); }
div.DivClassName
{
background-color: #530F16;
}
.BgClassName
{
background-color: #530F16;
}
</style>
border-color css
<style>
span { border-color: #530F16; }
span { border-color: rgb(83,15,22); }
td.TdClassName
{
border-color: #530F16;
}
.TagClassName
{
border-color: #530F16;
}
</style>