Shades of Bordeaux #53031F
Tints of Bordeaux #53031F
RGB
CMYK
RGB Variations
Color information
#53031F (or 0x53031F) is known color: Bordeaux. HEX triplet: 53, 03 and 1F. RGB value is (83,3,31). Sum of RGB (Red+Green+Blue) = 83+3+31=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #53031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53031F is #ACFCE0. Grayscale: #1E1E1E. Windows color (decimal): -11336929 or 2032467. OLE color: 2032467.
HSL color Cylindrical-coordinate representation of color #53031F: hue angle of 339º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53031F is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 31 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.67 |
| HSL | 339º | 0.93% | 0.17% | - |
| HSV(B) | 339º | 0.96% | 0.33% | - |
| XYZ | 3.85 | 2 | 1.48 | - |
| YUV | 30.11 | 128.5 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 31 | 0 | 0.96 | 0.63 | 0.67 | 339 | 0.93 | 0.17 |
| Hex | 53 | 3 | 1F | 0 | 60 | 3F | 43 | 153 | 5D | 11 |
| Octal | 123 | 3 | 37 | 0 | 140 | 77 | 103 | 523 | 135 | 21 |
| Binary | 1010011 | 11 | 11111 | 0 | 1100000 | 111111 | 1000011 | 101010011 | 1011101 | 10001 |
Color Harmonies of #53031F
Complementary color
Monochromatic Colors of #53031F
Black with #53031F
Text Example
Text Example
White with #53031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53031F; }
p { color: rgb(83,3,31); }
H1.HeaderClassName
{
color: #53031F;
}
.AnyTagClassName
{
color: #53031F;
}
</style>
background-color css
<style>
a { background-color: #53031F; }
a { background-color: rgb(83,3,31); }
div.DivClassName
{
background-color: #53031F;
}
.BgClassName
{
background-color: #53031F;
}
</style>
border-color css
<style>
span { border-color: #53031F; }
span { border-color: rgb(83,3,31); }
td.TdClassName
{
border-color: #53031F;
}
.TagClassName
{
border-color: #53031F;
}
</style>