Shades of Bordeaux #530C10
Tints of Bordeaux #530C10
RGB
CMYK
RGB Variations
Color information
#530C10 (or 0x530C10) is known color: Bordeaux. HEX triplet: 53, 0C and 10. RGB value is (83,12,16). Sum of RGB (Red+Green+Blue) = 83+12+16=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C10 is #ACF3EF. Grayscale: #212121. Windows color (decimal): -11334640 or 1051731. OLE color: 1051731.
HSL color Cylindrical-coordinate representation of color #530C10: hue angle of 356.62º 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 #530C10 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 16 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.67 |
| HSL | 356.62º | 0.75% | 0.19% | - |
| HSV(B) | 356.62º | 0.86% | 0.33% | - |
| XYZ | 3.79 | 2.14 | 0.7 | - |
| YUV | 33.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 16 | 0 | 0.86 | 0.81 | 0.67 | 356.62 | 0.75 | 0.19 |
| Hex | 53 | C | 10 | 0 | 56 | 51 | 43 | 165 | 4B | 13 |
| Octal | 123 | 14 | 20 | 0 | 126 | 121 | 103 | 545 | 113 | 23 |
| Binary | 1010011 | 1100 | 10000 | 0 | 1010110 | 1010001 | 1000011 | 101100101 | 1001011 | 10011 |
Color Harmonies of #530C10
Complementary color
Monochromatic Colors of #530C10
Black with #530C10
Text Example
Text Example
White with #530C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C10; }
p { color: rgb(83,12,16); }
H1.HeaderClassName
{
color: #530C10;
}
.AnyTagClassName
{
color: #530C10;
}
</style>
background-color css
<style>
a { background-color: #530C10; }
a { background-color: rgb(83,12,16); }
div.DivClassName
{
background-color: #530C10;
}
.BgClassName
{
background-color: #530C10;
}
</style>
border-color css
<style>
span { border-color: #530C10; }
span { border-color: rgb(83,12,16); }
td.TdClassName
{
border-color: #530C10;
}
.TagClassName
{
border-color: #530C10;
}
</style>