Shades of Bordeaux #530B12
Tints of Bordeaux #530B12
RGB
CMYK
RGB Variations
Color information
#530B12 (or 0x530B12) is known color: Bordeaux. HEX triplet: 53, 0B and 12. RGB value is (83,11,18). Sum of RGB (Red+Green+Blue) = 83+11+18=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B12 is #ACF4ED. Grayscale: #212121. Windows color (decimal): -11334894 or 1182547. OLE color: 1182547.
HSL color Cylindrical-coordinate representation of color #530B12: hue angle of 354.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B12 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 18 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.67 |
| HSL | 354.17º | 0.77% | 0.18% | - |
| HSV(B) | 354.17º | 0.87% | 0.33% | - |
| XYZ | 3.8 | 2.12 | 0.78 | - |
| YUV | 33.33 | 119.35 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 18 | 0 | 0.87 | 0.78 | 0.67 | 354.17 | 0.77 | 0.18 |
| Hex | 53 | B | 12 | 0 | 57 | 4E | 43 | 162 | 4D | 12 |
| Octal | 123 | 13 | 22 | 0 | 127 | 116 | 103 | 542 | 115 | 22 |
| Binary | 1010011 | 1011 | 10010 | 0 | 1010111 | 1001110 | 1000011 | 101100010 | 1001101 | 10010 |
Color Harmonies of #530B12
Complementary color
Monochromatic Colors of #530B12
Black with #530B12
Text Example
Text Example
White with #530B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B12; }
p { color: rgb(83,11,18); }
H1.HeaderClassName
{
color: #530B12;
}
.AnyTagClassName
{
color: #530B12;
}
</style>
background-color css
<style>
a { background-color: #530B12; }
a { background-color: rgb(83,11,18); }
div.DivClassName
{
background-color: #530B12;
}
.BgClassName
{
background-color: #530B12;
}
</style>
border-color css
<style>
span { border-color: #530B12; }
span { border-color: rgb(83,11,18); }
td.TdClassName
{
border-color: #530B12;
}
.TagClassName
{
border-color: #530B12;
}
</style>