Shades of Bordeaux #530D24
Tints of Bordeaux #530D24
RGB
CMYK
RGB Variations
Color information
#530D24 (or 0x530D24) is known color: Bordeaux. HEX triplet: 53, 0D and 24. RGB value is (83,13,36). Sum of RGB (Red+Green+Blue) = 83+13+36=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #530D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D24 is #ACF2DB. Grayscale: #242424. Windows color (decimal): -11334364 or 2362707. OLE color: 2362707.
HSL color Cylindrical-coordinate representation of color #530D24: hue angle of 340.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D24 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 36 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.67 |
| HSL | 340.29º | 0.73% | 0.19% | - |
| HSV(B) | 340.29º | 0.84% | 0.33% | - |
| XYZ | 4.03 | 2.25 | 1.89 | - |
| YUV | 36.55 | 127.69 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 36 | 0 | 0.84 | 0.57 | 0.67 | 340.29 | 0.73 | 0.19 |
| Hex | 53 | D | 24 | 0 | 54 | 39 | 43 | 154 | 49 | 13 |
| Octal | 123 | 15 | 44 | 0 | 124 | 71 | 103 | 524 | 111 | 23 |
| Binary | 1010011 | 1101 | 100100 | 0 | 1010100 | 111001 | 1000011 | 101010100 | 1001001 | 10011 |
Color Harmonies of #530D24
Complementary color
Monochromatic Colors of #530D24
Black with #530D24
Text Example
Text Example
White with #530D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D24; }
p { color: rgb(83,13,36); }
H1.HeaderClassName
{
color: #530D24;
}
.AnyTagClassName
{
color: #530D24;
}
</style>
background-color css
<style>
a { background-color: #530D24; }
a { background-color: rgb(83,13,36); }
div.DivClassName
{
background-color: #530D24;
}
.BgClassName
{
background-color: #530D24;
}
</style>
border-color css
<style>
span { border-color: #530D24; }
span { border-color: rgb(83,13,36); }
td.TdClassName
{
border-color: #530D24;
}
.TagClassName
{
border-color: #530D24;
}
</style>