Shades of Bordeaux #53000F
Tints of Bordeaux #53000F
RGB
CMYK
RGB Variations
Color information
#53000F (or 0x53000F) is known color: Bordeaux. HEX triplet: 53, 00 and 0F. RGB value is (83,0,15). Sum of RGB (Red+Green+Blue) = 83+0+15=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #53000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000F is #ACFFF0. Grayscale: #1A1A1A. Windows color (decimal): -11337713 or 983123. OLE color: 983123.
HSL color Cylindrical-coordinate representation of color #53000F: hue angle of 349.16º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53000F is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.82 | 0.67 |
| HSL | 349.16º | 1% | 0.16% | - |
| HSV(B) | 349.16º | 1% | 0.33% | - |
| XYZ | 3.65 | 1.87 | 0.62 | - |
| YUV | 26.53 | 121.5 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 15 | 0 | 1 | 0.82 | 0.67 | 349.16 | 1 | 0.16 |
| Hex | 53 | 0 | F | 0 | 64 | 52 | 43 | 15D | 64 | 10 |
| Octal | 123 | 0 | 17 | 0 | 144 | 122 | 103 | 535 | 144 | 20 |
| Binary | 1010011 | 0 | 1111 | 0 | 1100100 | 1010010 | 1000011 | 101011101 | 1100100 | 10000 |
Color Harmonies of #53000F
Complementary color
Monochromatic Colors of #53000F
Black with #53000F
Text Example
Text Example
White with #53000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53000F; }
p { color: rgb(83,0,15); }
H1.HeaderClassName
{
color: #53000F;
}
.AnyTagClassName
{
color: #53000F;
}
</style>
background-color css
<style>
a { background-color: #53000F; }
a { background-color: rgb(83,0,15); }
div.DivClassName
{
background-color: #53000F;
}
.BgClassName
{
background-color: #53000F;
}
</style>
border-color css
<style>
span { border-color: #53000F; }
span { border-color: rgb(83,0,15); }
td.TdClassName
{
border-color: #53000F;
}
.TagClassName
{
border-color: #53000F;
}
</style>