Shades of Bordeaux #53202A
Tints of Bordeaux #53202A
RGB
CMYK
RGB Variations
Color information
#53202A (or 0x53202A) is known color: Bordeaux. HEX triplet: 53, 20 and 2A. RGB value is (83,32,42). Sum of RGB (Red+Green+Blue) = 83+32+42=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #53202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202A is #ACDFD5. Grayscale: #303030. Windows color (decimal): -11329494 or 2760787. OLE color: 2760787.
HSL color Cylindrical-coordinate representation of color #53202A: hue angle of 348.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53202A is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 42 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.67 |
| HSL | 348.24º | 0.44% | 0.23% | - |
| HSV(B) | 348.24º | 0.61% | 0.33% | - |
| XYZ | 4.5 | 3.04 | 2.54 | - |
| YUV | 48.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 42 | 0 | 0.61 | 0.49 | 0.67 | 348.24 | 0.44 | 0.23 |
| Hex | 53 | 20 | 2A | 0 | 3D | 31 | 43 | 15C | 2C | 17 |
| Octal | 123 | 40 | 52 | 0 | 75 | 61 | 103 | 534 | 54 | 27 |
| Binary | 1010011 | 100000 | 101010 | 0 | 111101 | 110001 | 1000011 | 101011100 | 101100 | 10111 |
Color Harmonies of #53202A
Complementary color
Monochromatic Colors of #53202A
Black with #53202A
Text Example
Text Example
White with #53202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53202A; }
p { color: rgb(83,32,42); }
H1.HeaderClassName
{
color: #53202A;
}
.AnyTagClassName
{
color: #53202A;
}
</style>
background-color css
<style>
a { background-color: #53202A; }
a { background-color: rgb(83,32,42); }
div.DivClassName
{
background-color: #53202A;
}
.BgClassName
{
background-color: #53202A;
}
</style>
border-color css
<style>
span { border-color: #53202A; }
span { border-color: rgb(83,32,42); }
td.TdClassName
{
border-color: #53202A;
}
.TagClassName
{
border-color: #53202A;
}
</style>