Shades of Bordeaux #530A15
Tints of Bordeaux #530A15
RGB
CMYK
RGB Variations
Color information
#530A15 (or 0x530A15) is known color: Bordeaux. HEX triplet: 53, 0A and 15. RGB value is (83,10,21). Sum of RGB (Red+Green+Blue) = 83+10+21=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #530A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A15 is #ACF5EA. Grayscale: #212121. Windows color (decimal): -11335147 or 1378899. OLE color: 1378899.
HSL color Cylindrical-coordinate representation of color #530A15: hue angle of 350.96º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A15 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 10 | 21 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.67 |
| HSL | 350.96º | 0.78% | 0.18% | - |
| HSV(B) | 350.96º | 0.88% | 0.33% | - |
| XYZ | 3.81 | 2.11 | 0.92 | - |
| YUV | 33.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 10 | 21 | 0 | 0.88 | 0.75 | 0.67 | 350.96 | 0.78 | 0.18 |
| Hex | 53 | A | 15 | 0 | 58 | 4B | 43 | 15F | 4E | 12 |
| Octal | 123 | 12 | 25 | 0 | 130 | 113 | 103 | 537 | 116 | 22 |
| Binary | 1010011 | 1010 | 10101 | 0 | 1011000 | 1001011 | 1000011 | 101011111 | 1001110 | 10010 |
Color Harmonies of #530A15
Complementary color
Monochromatic Colors of #530A15
Black with #530A15
Text Example
Text Example
White with #530A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530A15; }
p { color: rgb(83,10,21); }
H1.HeaderClassName
{
color: #530A15;
}
.AnyTagClassName
{
color: #530A15;
}
</style>
background-color css
<style>
a { background-color: #530A15; }
a { background-color: rgb(83,10,21); }
div.DivClassName
{
background-color: #530A15;
}
.BgClassName
{
background-color: #530A15;
}
</style>
border-color css
<style>
span { border-color: #530A15; }
span { border-color: rgb(83,10,21); }
td.TdClassName
{
border-color: #530A15;
}
.TagClassName
{
border-color: #530A15;
}
</style>