Shades of Bordeaux #530D12
Tints of Bordeaux #530D12
RGB
CMYK
RGB Variations
Color information
#530D12 (or 0x530D12) is known color: Bordeaux. HEX triplet: 53, 0D and 12. RGB value is (83,13,18). Sum of RGB (Red+Green+Blue) = 83+13+18=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #530D12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D12 is #ACF2ED. Grayscale: #222222. Windows color (decimal): -11334382 or 1183059. OLE color: 1183059.
HSL color Cylindrical-coordinate representation of color #530D12: hue angle of 355.71º 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 #530D12 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 18 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.67 |
| HSL | 355.71º | 0.73% | 0.19% | - |
| HSV(B) | 355.71º | 0.84% | 0.33% | - |
| XYZ | 3.82 | 2.17 | 0.79 | - |
| YUV | 34.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 18 | 0 | 0.84 | 0.78 | 0.67 | 355.71 | 0.73 | 0.19 |
| Hex | 53 | D | 12 | 0 | 54 | 4E | 43 | 164 | 49 | 13 |
| Octal | 123 | 15 | 22 | 0 | 124 | 116 | 103 | 544 | 111 | 23 |
| Binary | 1010011 | 1101 | 10010 | 0 | 1010100 | 1001110 | 1000011 | 101100100 | 1001001 | 10011 |
Color Harmonies of #530D12
Complementary color
Monochromatic Colors of #530D12
Black with #530D12
Text Example
Text Example
White with #530D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D12; }
p { color: rgb(83,13,18); }
H1.HeaderClassName
{
color: #530D12;
}
.AnyTagClassName
{
color: #530D12;
}
</style>
background-color css
<style>
a { background-color: #530D12; }
a { background-color: rgb(83,13,18); }
div.DivClassName
{
background-color: #530D12;
}
.BgClassName
{
background-color: #530D12;
}
</style>
border-color css
<style>
span { border-color: #530D12; }
span { border-color: rgb(83,13,18); }
td.TdClassName
{
border-color: #530D12;
}
.TagClassName
{
border-color: #530D12;
}
</style>