Shades of Bordeaux #53051C
Tints of Bordeaux #53051C
RGB
CMYK
RGB Variations
Color information
#53051C (or 0x53051C) is known color: Bordeaux. HEX triplet: 53, 05 and 1C. RGB value is (83,5,28). Sum of RGB (Red+Green+Blue) = 83+5+28=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #53051C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051C is #ACFAE3. Grayscale: #1E1E1E. Windows color (decimal): -11336420 or 1836371. OLE color: 1836371.
HSL color Cylindrical-coordinate representation of color #53051C: hue angle of 342.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53051C is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 28 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.67 |
| HSL | 342.31º | 0.89% | 0.17% | - |
| HSV(B) | 342.31º | 0.94% | 0.33% | - |
| XYZ | 3.83 | 2.03 | 1.29 | - |
| YUV | 30.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 28 | 0 | 0.94 | 0.66 | 0.67 | 342.31 | 0.89 | 0.17 |
| Hex | 53 | 5 | 1C | 0 | 5E | 42 | 43 | 156 | 59 | 11 |
| Octal | 123 | 5 | 34 | 0 | 136 | 102 | 103 | 526 | 131 | 21 |
| Binary | 1010011 | 101 | 11100 | 0 | 1011110 | 1000010 | 1000011 | 101010110 | 1011001 | 10001 |
Color Harmonies of #53051C
Complementary color
Monochromatic Colors of #53051C
Black with #53051C
Text Example
Text Example
White with #53051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53051C; }
p { color: rgb(83,5,28); }
H1.HeaderClassName
{
color: #53051C;
}
.AnyTagClassName
{
color: #53051C;
}
</style>
background-color css
<style>
a { background-color: #53051C; }
a { background-color: rgb(83,5,28); }
div.DivClassName
{
background-color: #53051C;
}
.BgClassName
{
background-color: #53051C;
}
</style>
border-color css
<style>
span { border-color: #53051C; }
span { border-color: rgb(83,5,28); }
td.TdClassName
{
border-color: #53051C;
}
.TagClassName
{
border-color: #53051C;
}
</style>