Shades of Bordeaux #530D26
Tints of Bordeaux #530D26
RGB
CMYK
RGB Variations
Color information
#530D26 (or 0x530D26) is known color: Bordeaux. HEX triplet: 53, 0D and 26. RGB value is (83,13,38). Sum of RGB (Red+Green+Blue) = 83+13+38=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #530D26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D26 is #ACF2D9. Grayscale: #242424. Windows color (decimal): -11334362 or 2493779. OLE color: 2493779.
HSL color Cylindrical-coordinate representation of color #530D26: hue angle of 338.57º 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 #530D26 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 38 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.67 |
| HSL | 338.57º | 0.73% | 0.19% | - |
| HSV(B) | 338.57º | 0.84% | 0.33% | - |
| XYZ | 4.06 | 2.27 | 2.06 | - |
| YUV | 36.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 38 | 0 | 0.84 | 0.54 | 0.67 | 338.57 | 0.73 | 0.19 |
| Hex | 53 | D | 26 | 0 | 54 | 36 | 43 | 153 | 49 | 13 |
| Octal | 123 | 15 | 46 | 0 | 124 | 66 | 103 | 523 | 111 | 23 |
| Binary | 1010011 | 1101 | 100110 | 0 | 1010100 | 110110 | 1000011 | 101010011 | 1001001 | 10011 |
Color Harmonies of #530D26
Complementary color
Monochromatic Colors of #530D26
Black with #530D26
Text Example
Text Example
White with #530D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D26; }
p { color: rgb(83,13,38); }
H1.HeaderClassName
{
color: #530D26;
}
.AnyTagClassName
{
color: #530D26;
}
</style>
background-color css
<style>
a { background-color: #530D26; }
a { background-color: rgb(83,13,38); }
div.DivClassName
{
background-color: #530D26;
}
.BgClassName
{
background-color: #530D26;
}
</style>
border-color css
<style>
span { border-color: #530D26; }
span { border-color: rgb(83,13,38); }
td.TdClassName
{
border-color: #530D26;
}
.TagClassName
{
border-color: #530D26;
}
</style>