Shades of Bordeaux #530C20
Tints of Bordeaux #530C20
RGB
CMYK
RGB Variations
Color information
#530C20 (or 0x530C20) is known color: Bordeaux. HEX triplet: 53, 0C and 20. RGB value is (83,12,32). Sum of RGB (Red+Green+Blue) = 83+12+32=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #530C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C20 is #ACF3DF. Grayscale: #232323. Windows color (decimal): -11334624 or 2100307. OLE color: 2100307.
HSL color Cylindrical-coordinate representation of color #530C20: hue angle of 343.1º 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 #530C20 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 12 | 32 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.67 |
| HSL | 343.1º | 0.75% | 0.19% | - |
| HSV(B) | 343.1º | 0.86% | 0.33% | - |
| XYZ | 3.96 | 2.21 | 1.58 | - |
| YUV | 35.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 12 | 32 | 0 | 0.86 | 0.61 | 0.67 | 343.1 | 0.75 | 0.19 |
| Hex | 53 | C | 20 | 0 | 56 | 3D | 43 | 157 | 4B | 13 |
| Octal | 123 | 14 | 40 | 0 | 126 | 75 | 103 | 527 | 113 | 23 |
| Binary | 1010011 | 1100 | 100000 | 0 | 1010110 | 111101 | 1000011 | 101010111 | 1001011 | 10011 |
Color Harmonies of #530C20
Complementary color
Monochromatic Colors of #530C20
Black with #530C20
Text Example
Text Example
White with #530C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530C20; }
p { color: rgb(83,12,32); }
H1.HeaderClassName
{
color: #530C20;
}
.AnyTagClassName
{
color: #530C20;
}
</style>
background-color css
<style>
a { background-color: #530C20; }
a { background-color: rgb(83,12,32); }
div.DivClassName
{
background-color: #530C20;
}
.BgClassName
{
background-color: #530C20;
}
</style>
border-color css
<style>
span { border-color: #530C20; }
span { border-color: rgb(83,12,32); }
td.TdClassName
{
border-color: #530C20;
}
.TagClassName
{
border-color: #530C20;
}
</style>