Shades of Bordeaux #53141C
Tints of Bordeaux #53141C
RGB
CMYK
RGB Variations
Color information
#53141C (or 0x53141C) is known color: Bordeaux. HEX triplet: 53, 14 and 1C. RGB value is (83,20,28). Sum of RGB (Red+Green+Blue) = 83+20+28=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141C is #ACEBE3. Grayscale: #272727. Windows color (decimal): -11332580 or 1840211. OLE color: 1840211.
HSL color Cylindrical-coordinate representation of color #53141C: hue angle of 352.38º 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 #53141C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 28 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.67 |
| HSL | 352.38º | 0.61% | 0.2% | - |
| HSV(B) | 352.38º | 0.76% | 0.33% | - |
| XYZ | 4.03 | 2.42 | 1.35 | - |
| YUV | 39.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 28 | 0 | 0.76 | 0.66 | 0.67 | 352.38 | 0.61 | 0.2 |
| Hex | 53 | 14 | 1C | 0 | 4C | 42 | 43 | 160 | 3D | 14 |
| Octal | 123 | 24 | 34 | 0 | 114 | 102 | 103 | 540 | 75 | 24 |
| Binary | 1010011 | 10100 | 11100 | 0 | 1001100 | 1000010 | 1000011 | 101100000 | 111101 | 10100 |
Color Harmonies of #53141C
Complementary color
Monochromatic Colors of #53141C
Black with #53141C
Text Example
Text Example
White with #53141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53141C; }
p { color: rgb(83,20,28); }
H1.HeaderClassName
{
color: #53141C;
}
.AnyTagClassName
{
color: #53141C;
}
</style>
background-color css
<style>
a { background-color: #53141C; }
a { background-color: rgb(83,20,28); }
div.DivClassName
{
background-color: #53141C;
}
.BgClassName
{
background-color: #53141C;
}
</style>
border-color css
<style>
span { border-color: #53141C; }
span { border-color: rgb(83,20,28); }
td.TdClassName
{
border-color: #53141C;
}
.TagClassName
{
border-color: #53141C;
}
</style>