Shades of Bordeaux #53030F
Tints of Bordeaux #53030F
RGB
CMYK
RGB Variations
Color information
#53030F (or 0x53030F) is known color: Bordeaux. HEX triplet: 53, 03 and 0F. RGB value is (83,3,15). Sum of RGB (Red+Green+Blue) = 83+3+15=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #53030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030F is #ACFCF0. Grayscale: #1C1C1C. Windows color (decimal): -11336945 or 983891. OLE color: 983891.
HSL color Cylindrical-coordinate representation of color #53030F: hue angle of 351º 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 #53030F is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 3 | 15 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.67 |
| HSL | 351º | 0.93% | 0.17% | - |
| HSV(B) | 351º | 0.96% | 0.33% | - |
| XYZ | 3.69 | 1.94 | 0.63 | - |
| YUV | 28.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 15 | 0 | 0.96 | 0.82 | 0.67 | 351 | 0.93 | 0.17 |
| Hex | 53 | 3 | F | 0 | 60 | 52 | 43 | 15F | 5D | 11 |
| Octal | 123 | 3 | 17 | 0 | 140 | 122 | 103 | 537 | 135 | 21 |
| Binary | 1010011 | 11 | 1111 | 0 | 1100000 | 1010010 | 1000011 | 101011111 | 1011101 | 10001 |
Color Harmonies of #53030F
Complementary color
Monochromatic Colors of #53030F
Black with #53030F
Text Example
Text Example
White with #53030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53030F; }
p { color: rgb(83,3,15); }
H1.HeaderClassName
{
color: #53030F;
}
.AnyTagClassName
{
color: #53030F;
}
</style>
background-color css
<style>
a { background-color: #53030F; }
a { background-color: rgb(83,3,15); }
div.DivClassName
{
background-color: #53030F;
}
.BgClassName
{
background-color: #53030F;
}
</style>
border-color css
<style>
span { border-color: #53030F; }
span { border-color: rgb(83,3,15); }
td.TdClassName
{
border-color: #53030F;
}
.TagClassName
{
border-color: #53030F;
}
</style>