Shades of Bordeaux #530C12
Tints of Bordeaux #530C12
RGB
CMYK
RGB Variations
Color information
#530C12 (or 0x530C12) is known color: Bordeaux. HEX triplet: 53, 0C and 12. RGB value is (83,12,18). Sum of RGB (Red+Green+Blue) = 83+12+18=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #530C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C12 is #ACF3ED. Grayscale: #212121. Windows color (decimal): -11334638 or 1182803. OLE color: 1182803.
HSL color Cylindrical-coordinate representation of color #530C12: hue angle of 354.93º 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 #530C12 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 18 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.67 |
| HSL | 354.93º | 0.75% | 0.19% | - |
| HSV(B) | 354.93º | 0.86% | 0.33% | - |
| XYZ | 3.81 | 2.15 | 0.79 | - |
| YUV | 33.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 18 | 0 | 0.86 | 0.78 | 0.67 | 354.93 | 0.75 | 0.19 |
| Hex | 53 | C | 12 | 0 | 56 | 4E | 43 | 163 | 4B | 13 |
| Octal | 123 | 14 | 22 | 0 | 126 | 116 | 103 | 543 | 113 | 23 |
| Binary | 1010011 | 1100 | 10010 | 0 | 1010110 | 1001110 | 1000011 | 101100011 | 1001011 | 10011 |
Color Harmonies of #530C12
Complementary color
Monochromatic Colors of #530C12
Black with #530C12
Text Example
Text Example
White with #530C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C12; }
p { color: rgb(83,12,18); }
H1.HeaderClassName
{
color: #530C12;
}
.AnyTagClassName
{
color: #530C12;
}
</style>
background-color css
<style>
a { background-color: #530C12; }
a { background-color: rgb(83,12,18); }
div.DivClassName
{
background-color: #530C12;
}
.BgClassName
{
background-color: #530C12;
}
</style>
border-color css
<style>
span { border-color: #530C12; }
span { border-color: rgb(83,12,18); }
td.TdClassName
{
border-color: #530C12;
}
.TagClassName
{
border-color: #530C12;
}
</style>