Shades of Bordeaux #52171C
Tints of Bordeaux #52171C
RGB
CMYK
RGB Variations
Color information
#52171C (or 0x52171C) is known color: Bordeaux. HEX triplet: 52, 17 and 1C. RGB value is (82,23,28). Sum of RGB (Red+Green+Blue) = 82+23+28=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #52171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52171C is #ADE8E3. Grayscale: #292929. Windows color (decimal): -11397348 or 1840978. OLE color: 1840978.
HSL color Cylindrical-coordinate representation of color #52171C: hue angle of 354.92º 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 #52171C is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 23 | 28 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.68 |
| HSL | 354.92º | 0.56% | 0.21% | - |
| HSV(B) | 354.92º | 0.72% | 0.32% | - |
| XYZ | 4 | 2.49 | 1.37 | - |
| YUV | 41.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 23 | 28 | 0 | 0.72 | 0.66 | 0.68 | 354.92 | 0.56 | 0.21 |
| Hex | 52 | 17 | 1C | 0 | 48 | 42 | 44 | 163 | 38 | 15 |
| Octal | 122 | 27 | 34 | 0 | 110 | 102 | 104 | 543 | 70 | 25 |
| Binary | 1010010 | 10111 | 11100 | 0 | 1001000 | 1000010 | 1000100 | 101100011 | 111000 | 10101 |
Color Harmonies of #52171C
Complementary color
Monochromatic Colors of #52171C
Black with #52171C
Text Example
Text Example
White with #52171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52171C; }
p { color: rgb(82,23,28); }
H1.HeaderClassName
{
color: #52171C;
}
.AnyTagClassName
{
color: #52171C;
}
</style>
background-color css
<style>
a { background-color: #52171C; }
a { background-color: rgb(82,23,28); }
div.DivClassName
{
background-color: #52171C;
}
.BgClassName
{
background-color: #52171C;
}
</style>
border-color css
<style>
span { border-color: #52171C; }
span { border-color: rgb(82,23,28); }
td.TdClassName
{
border-color: #52171C;
}
.TagClassName
{
border-color: #52171C;
}
</style>