Shades of Bordeaux #52171D
Tints of Bordeaux #52171D
RGB
CMYK
RGB Variations
Color information
#52171D (or 0x52171D) is known color: Bordeaux. HEX triplet: 52, 17 and 1D. RGB value is (82,23,29). Sum of RGB (Red+Green+Blue) = 82+23+29=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #52171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52171D is #ADE8E2. Grayscale: #292929. Windows color (decimal): -11397347 or 1906514. OLE color: 1906514.
HSL color Cylindrical-coordinate representation of color #52171D: hue angle of 353.9º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52171D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 29 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.68 |
| HSL | 353.9º | 0.56% | 0.21% | - |
| HSV(B) | 353.9º | 0.72% | 0.32% | - |
| XYZ | 4.01 | 2.5 | 1.43 | - |
| YUV | 41.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 29 | 0 | 0.72 | 0.65 | 0.68 | 353.9 | 0.56 | 0.21 |
| Hex | 52 | 17 | 1D | 0 | 48 | 41 | 44 | 162 | 38 | 15 |
| Octal | 122 | 27 | 35 | 0 | 110 | 101 | 104 | 542 | 70 | 25 |
| Binary | 1010010 | 10111 | 11101 | 0 | 1001000 | 1000001 | 1000100 | 101100010 | 111000 | 10101 |
Color Harmonies of #52171D
Complementary color
Monochromatic Colors of #52171D
Black with #52171D
Text Example
Text Example
White with #52171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52171D; }
p { color: rgb(82,23,29); }
H1.HeaderClassName
{
color: #52171D;
}
.AnyTagClassName
{
color: #52171D;
}
</style>
background-color css
<style>
a { background-color: #52171D; }
a { background-color: rgb(82,23,29); }
div.DivClassName
{
background-color: #52171D;
}
.BgClassName
{
background-color: #52171D;
}
</style>
border-color css
<style>
span { border-color: #52171D; }
span { border-color: rgb(82,23,29); }
td.TdClassName
{
border-color: #52171D;
}
.TagClassName
{
border-color: #52171D;
}
</style>