Shades of Bordeaux #53031C
Tints of Bordeaux #53031C
RGB
CMYK
RGB Variations
Color information
#53031C (or 0x53031C) is known color: Bordeaux. HEX triplet: 53, 03 and 1C. RGB value is (83,3,28). Sum of RGB (Red+Green+Blue) = 83+3+28=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53031C is #ACFCE3. Grayscale: #1D1D1D. Windows color (decimal): -11336932 or 1835859. OLE color: 1835859.
HSL color Cylindrical-coordinate representation of color #53031C: hue angle of 341.25º 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 #53031C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 28 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.67 |
| HSL | 341.25º | 0.93% | 0.17% | - |
| HSV(B) | 341.25º | 0.96% | 0.33% | - |
| XYZ | 3.81 | 1.99 | 1.28 | - |
| YUV | 29.77 | 127 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 28 | 0 | 0.96 | 0.66 | 0.67 | 341.25 | 0.93 | 0.17 |
| Hex | 53 | 3 | 1C | 0 | 60 | 42 | 43 | 155 | 5D | 11 |
| Octal | 123 | 3 | 34 | 0 | 140 | 102 | 103 | 525 | 135 | 21 |
| Binary | 1010011 | 11 | 11100 | 0 | 1100000 | 1000010 | 1000011 | 101010101 | 1011101 | 10001 |
Color Harmonies of #53031C
Complementary color
Monochromatic Colors of #53031C
Black with #53031C
Text Example
Text Example
White with #53031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53031C; }
p { color: rgb(83,3,28); }
H1.HeaderClassName
{
color: #53031C;
}
.AnyTagClassName
{
color: #53031C;
}
</style>
background-color css
<style>
a { background-color: #53031C; }
a { background-color: rgb(83,3,28); }
div.DivClassName
{
background-color: #53031C;
}
.BgClassName
{
background-color: #53031C;
}
</style>
border-color css
<style>
span { border-color: #53031C; }
span { border-color: rgb(83,3,28); }
td.TdClassName
{
border-color: #53031C;
}
.TagClassName
{
border-color: #53031C;
}
</style>