Shades of Bordeaux #530412
Tints of Bordeaux #530412
RGB
CMYK
RGB Variations
Color information
#530412 (or 0x530412) is known color: Bordeaux. HEX triplet: 53, 04 and 12. RGB value is (83,4,18). Sum of RGB (Red+Green+Blue) = 83+4+18=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530412 is #ACFBED. Grayscale: #1D1D1D. Windows color (decimal): -11336686 or 1180755. OLE color: 1180755.
HSL color Cylindrical-coordinate representation of color #530412: hue angle of 349.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530412 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 4 | 18 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.67 |
| HSL | 349.37º | 0.91% | 0.17% | - |
| HSV(B) | 349.37º | 0.95% | 0.33% | - |
| XYZ | 3.72 | 1.97 | 0.76 | - |
| YUV | 29.22 | 121.67 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 18 | 0 | 0.95 | 0.78 | 0.67 | 349.37 | 0.91 | 0.17 |
| Hex | 53 | 4 | 12 | 0 | 5F | 4E | 43 | 15D | 5B | 11 |
| Octal | 123 | 4 | 22 | 0 | 137 | 116 | 103 | 535 | 133 | 21 |
| Binary | 1010011 | 100 | 10010 | 0 | 1011111 | 1001110 | 1000011 | 101011101 | 1011011 | 10001 |
Color Harmonies of #530412
Complementary color
Monochromatic Colors of #530412
Black with #530412
Text Example
Text Example
White with #530412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530412; }
p { color: rgb(83,4,18); }
H1.HeaderClassName
{
color: #530412;
}
.AnyTagClassName
{
color: #530412;
}
</style>
background-color css
<style>
a { background-color: #530412; }
a { background-color: rgb(83,4,18); }
div.DivClassName
{
background-color: #530412;
}
.BgClassName
{
background-color: #530412;
}
</style>
border-color css
<style>
span { border-color: #530412; }
span { border-color: rgb(83,4,18); }
td.TdClassName
{
border-color: #530412;
}
.TagClassName
{
border-color: #530412;
}
</style>