Shades of Bordeaux #530D0F
Tints of Bordeaux #530D0F
RGB
CMYK
RGB Variations
Color information
#530D0F (or 0x530D0F) is known color: Bordeaux. HEX triplet: 53, 0D and 0F. RGB value is (83,13,15). Sum of RGB (Red+Green+Blue) = 83+13+15=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D0F is #ACF2F0. Grayscale: #222222. Windows color (decimal): -11334385 or 986451. OLE color: 986451.
HSL color Cylindrical-coordinate representation of color #530D0F: hue angle of 358.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D0F is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 15 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.67 |
| HSL | 358.29º | 0.73% | 0.19% | - |
| HSV(B) | 358.29º | 0.84% | 0.33% | - |
| XYZ | 3.8 | 2.16 | 0.67 | - |
| YUV | 34.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 15 | 0 | 0.84 | 0.82 | 0.67 | 358.29 | 0.73 | 0.19 |
| Hex | 53 | D | F | 0 | 54 | 52 | 43 | 166 | 49 | 13 |
| Octal | 123 | 15 | 17 | 0 | 124 | 122 | 103 | 546 | 111 | 23 |
| Binary | 1010011 | 1101 | 1111 | 0 | 1010100 | 1010010 | 1000011 | 101100110 | 1001001 | 10011 |
Color Harmonies of #530D0F
Complementary color
Monochromatic Colors of #530D0F
Black with #530D0F
Text Example
Text Example
White with #530D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D0F; }
p { color: rgb(83,13,15); }
H1.HeaderClassName
{
color: #530D0F;
}
.AnyTagClassName
{
color: #530D0F;
}
</style>
background-color css
<style>
a { background-color: #530D0F; }
a { background-color: rgb(83,13,15); }
div.DivClassName
{
background-color: #530D0F;
}
.BgClassName
{
background-color: #530D0F;
}
</style>
border-color css
<style>
span { border-color: #530D0F; }
span { border-color: rgb(83,13,15); }
td.TdClassName
{
border-color: #530D0F;
}
.TagClassName
{
border-color: #530D0F;
}
</style>