Shades of Bordeaux #53141A
Tints of Bordeaux #53141A
RGB
CMYK
RGB Variations
Color information
#53141A (or 0x53141A) is known color: Bordeaux. HEX triplet: 53, 14 and 1A. RGB value is (83,20,26). Sum of RGB (Red+Green+Blue) = 83+20+26=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141A is #ACEBE5. Grayscale: #272727. Windows color (decimal): -11332582 or 1709139. OLE color: 1709139.
HSL color Cylindrical-coordinate representation of color #53141A: hue angle of 354.29º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53141A is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 26 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.67 |
| HSL | 354.29º | 0.61% | 0.2% | - |
| HSV(B) | 354.29º | 0.76% | 0.33% | - |
| XYZ | 4 | 2.41 | 1.23 | - |
| YUV | 39.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 26 | 0 | 0.76 | 0.69 | 0.67 | 354.29 | 0.61 | 0.2 |
| Hex | 53 | 14 | 1A | 0 | 4C | 45 | 43 | 162 | 3D | 14 |
| Octal | 123 | 24 | 32 | 0 | 114 | 105 | 103 | 542 | 75 | 24 |
| Binary | 1010011 | 10100 | 11010 | 0 | 1001100 | 1000101 | 1000011 | 101100010 | 111101 | 10100 |
Color Harmonies of #53141A
Complementary color
Monochromatic Colors of #53141A
Black with #53141A
Text Example
Text Example
White with #53141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53141A; }
p { color: rgb(83,20,26); }
H1.HeaderClassName
{
color: #53141A;
}
.AnyTagClassName
{
color: #53141A;
}
</style>
background-color css
<style>
a { background-color: #53141A; }
a { background-color: rgb(83,20,26); }
div.DivClassName
{
background-color: #53141A;
}
.BgClassName
{
background-color: #53141A;
}
</style>
border-color css
<style>
span { border-color: #53141A; }
span { border-color: rgb(83,20,26); }
td.TdClassName
{
border-color: #53141A;
}
.TagClassName
{
border-color: #53141A;
}
</style>