Shades of Bordeaux #530C11
Tints of Bordeaux #530C11
RGB
CMYK
RGB Variations
Color information
#530C11 (or 0x530C11) is known color: Bordeaux. HEX triplet: 53, 0C and 11. RGB value is (83,12,17). Sum of RGB (Red+Green+Blue) = 83+12+17=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C11 is #ACF3EE. Grayscale: #212121. Windows color (decimal): -11334639 or 1117267. OLE color: 1117267.
HSL color Cylindrical-coordinate representation of color #530C11: hue angle of 355.77º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C11 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 17 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.67 |
| HSL | 355.77º | 0.75% | 0.19% | - |
| HSV(B) | 355.77º | 0.86% | 0.33% | - |
| XYZ | 3.8 | 2.14 | 0.74 | - |
| YUV | 33.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 17 | 0 | 0.86 | 0.80 | 0.67 | 355.77 | 0.75 | 0.19 |
| Hex | 53 | C | 11 | 0 | 56 | 50 | 43 | 164 | 4B | 13 |
| Octal | 123 | 14 | 21 | 0 | 126 | 120 | 103 | 544 | 113 | 23 |
| Binary | 1010011 | 1100 | 10001 | 0 | 1010110 | 1010000 | 1000011 | 101100100 | 1001011 | 10011 |
Color Harmonies of #530C11
Complementary color
Monochromatic Colors of #530C11
Black with #530C11
Text Example
Text Example
White with #530C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C11; }
p { color: rgb(83,12,17); }
H1.HeaderClassName
{
color: #530C11;
}
.AnyTagClassName
{
color: #530C11;
}
</style>
background-color css
<style>
a { background-color: #530C11; }
a { background-color: rgb(83,12,17); }
div.DivClassName
{
background-color: #530C11;
}
.BgClassName
{
background-color: #530C11;
}
</style>
border-color css
<style>
span { border-color: #530C11; }
span { border-color: rgb(83,12,17); }
td.TdClassName
{
border-color: #530C11;
}
.TagClassName
{
border-color: #530C11;
}
</style>