Shades of Bordeaux #530D25
Tints of Bordeaux #530D25
RGB
CMYK
RGB Variations
Color information
#530D25 (or 0x530D25) is known color: Bordeaux. HEX triplet: 53, 0D and 25. RGB value is (83,13,37). Sum of RGB (Red+Green+Blue) = 83+13+37=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D25 is #ACF2DA. Grayscale: #242424. Windows color (decimal): -11334363 or 2428243. OLE color: 2428243.
HSL color Cylindrical-coordinate representation of color #530D25: hue angle of 339.43º 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 #530D25 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 37 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.67 |
| HSL | 339.43º | 0.73% | 0.19% | - |
| HSV(B) | 339.43º | 0.84% | 0.33% | - |
| XYZ | 4.05 | 2.26 | 1.97 | - |
| YUV | 36.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 37 | 0 | 0.84 | 0.55 | 0.67 | 339.43 | 0.73 | 0.19 |
| Hex | 53 | D | 25 | 0 | 54 | 37 | 43 | 153 | 49 | 13 |
| Octal | 123 | 15 | 45 | 0 | 124 | 67 | 103 | 523 | 111 | 23 |
| Binary | 1010011 | 1101 | 100101 | 0 | 1010100 | 110111 | 1000011 | 101010011 | 1001001 | 10011 |
Color Harmonies of #530D25
Complementary color
Monochromatic Colors of #530D25
Black with #530D25
Text Example
Text Example
White with #530D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D25; }
p { color: rgb(83,13,37); }
H1.HeaderClassName
{
color: #530D25;
}
.AnyTagClassName
{
color: #530D25;
}
</style>
background-color css
<style>
a { background-color: #530D25; }
a { background-color: rgb(83,13,37); }
div.DivClassName
{
background-color: #530D25;
}
.BgClassName
{
background-color: #530D25;
}
</style>
border-color css
<style>
span { border-color: #530D25; }
span { border-color: rgb(83,13,37); }
td.TdClassName
{
border-color: #530D25;
}
.TagClassName
{
border-color: #530D25;
}
</style>