Shades of Bordeaux #52031F
Tints of Bordeaux #52031F
RGB
CMYK
RGB Variations
Color information
#52031F (or 0x52031F) is known color: Bordeaux. HEX triplet: 52, 03 and 1F. RGB value is (82,3,31). Sum of RGB (Red+Green+Blue) = 82+3+31=116 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.69% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 82 - color contains mainly: red. Hex color #52031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52031F is #ADFCE0. Grayscale: #1D1D1D. Windows color (decimal): -11402465 or 2032466. OLE color: 2032466.
HSL color Cylindrical-coordinate representation of color #52031F: hue angle of 338.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52031F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 31 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.68 |
| HSL | 338.73º | 0.93% | 0.17% | - |
| HSV(B) | 338.73º | 0.96% | 0.32% | - |
| XYZ | 3.76 | 1.96 | 1.48 | - |
| YUV | 29.81 | 128.67 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 31 | 0 | 0.96 | 0.62 | 0.68 | 338.73 | 0.93 | 0.17 |
| Hex | 52 | 3 | 1F | 0 | 60 | 3E | 44 | 153 | 5D | 11 |
| Octal | 122 | 3 | 37 | 0 | 140 | 76 | 104 | 523 | 135 | 21 |
| Binary | 1010010 | 11 | 11111 | 0 | 1100000 | 111110 | 1000100 | 101010011 | 1011101 | 10001 |
Color Harmonies of #52031F
Complementary color
Monochromatic Colors of #52031F
Black with #52031F
Text Example
Text Example
White with #52031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52031F; }
p { color: rgb(82,3,31); }
H1.HeaderClassName
{
color: #52031F;
}
.AnyTagClassName
{
color: #52031F;
}
</style>
background-color css
<style>
a { background-color: #52031F; }
a { background-color: rgb(82,3,31); }
div.DivClassName
{
background-color: #52031F;
}
.BgClassName
{
background-color: #52031F;
}
</style>
border-color css
<style>
span { border-color: #52031F; }
span { border-color: rgb(82,3,31); }
td.TdClassName
{
border-color: #52031F;
}
.TagClassName
{
border-color: #52031F;
}
</style>