Shades of Bordeaux #530215
Tints of Bordeaux #530215
RGB
CMYK
RGB Variations
Color information
#530215 (or 0x530215) is known color: Bordeaux. HEX triplet: 53, 02 and 15. RGB value is (83,2,21). Sum of RGB (Red+Green+Blue) = 83+2+21=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530215 is #ACFDEA. Grayscale: #1C1C1C. Windows color (decimal): -11337195 or 1376851. OLE color: 1376851.
HSL color Cylindrical-coordinate representation of color #530215: hue angle of 345.93º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530215 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 21 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.67 |
| HSL | 345.93º | 0.95% | 0.17% | - |
| HSV(B) | 345.93º | 0.98% | 0.33% | - |
| XYZ | 3.72 | 1.94 | 0.89 | - |
| YUV | 28.39 | 123.84 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 21 | 0 | 0.98 | 0.75 | 0.67 | 345.93 | 0.95 | 0.17 |
| Hex | 53 | 2 | 15 | 0 | 62 | 4B | 43 | 15A | 5F | 11 |
| Octal | 123 | 2 | 25 | 0 | 142 | 113 | 103 | 532 | 137 | 21 |
| Binary | 1010011 | 10 | 10101 | 0 | 1100010 | 1001011 | 1000011 | 101011010 | 1011111 | 10001 |
Color Harmonies of #530215
Complementary color
Monochromatic Colors of #530215
Black with #530215
Text Example
Text Example
White with #530215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530215; }
p { color: rgb(83,2,21); }
H1.HeaderClassName
{
color: #530215;
}
.AnyTagClassName
{
color: #530215;
}
</style>
background-color css
<style>
a { background-color: #530215; }
a { background-color: rgb(83,2,21); }
div.DivClassName
{
background-color: #530215;
}
.BgClassName
{
background-color: #530215;
}
</style>
border-color css
<style>
span { border-color: #530215; }
span { border-color: rgb(83,2,21); }
td.TdClassName
{
border-color: #530215;
}
.TagClassName
{
border-color: #530215;
}
</style>