Shades of Bordeaux #530D23
Tints of Bordeaux #530D23
RGB
CMYK
RGB Variations
Color information
#530D23 (or 0x530D23) is known color: Bordeaux. HEX triplet: 53, 0D and 23. RGB value is (83,13,35). Sum of RGB (Red+Green+Blue) = 83+13+35=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #530D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D23 is #ACF2DC. Grayscale: #242424. Windows color (decimal): -11334365 or 2297171. OLE color: 2297171.
HSL color Cylindrical-coordinate representation of color #530D23: hue angle of 341.14º 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 #530D23 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 35 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.67 |
| HSL | 341.14º | 0.73% | 0.19% | - |
| HSV(B) | 341.14º | 0.84% | 0.33% | - |
| XYZ | 4.01 | 2.25 | 1.81 | - |
| YUV | 36.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 35 | 0 | 0.84 | 0.58 | 0.67 | 341.14 | 0.73 | 0.19 |
| Hex | 53 | D | 23 | 0 | 54 | 3A | 43 | 155 | 49 | 13 |
| Octal | 123 | 15 | 43 | 0 | 124 | 72 | 103 | 525 | 111 | 23 |
| Binary | 1010011 | 1101 | 100011 | 0 | 1010100 | 111010 | 1000011 | 101010101 | 1001001 | 10011 |
Color Harmonies of #530D23
Complementary color
Monochromatic Colors of #530D23
Black with #530D23
Text Example
Text Example
White with #530D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D23; }
p { color: rgb(83,13,35); }
H1.HeaderClassName
{
color: #530D23;
}
.AnyTagClassName
{
color: #530D23;
}
</style>
background-color css
<style>
a { background-color: #530D23; }
a { background-color: rgb(83,13,35); }
div.DivClassName
{
background-color: #530D23;
}
.BgClassName
{
background-color: #530D23;
}
</style>
border-color css
<style>
span { border-color: #530D23; }
span { border-color: rgb(83,13,35); }
td.TdClassName
{
border-color: #530D23;
}
.TagClassName
{
border-color: #530D23;
}
</style>