Shades of Bordeaux #53202B
Tints of Bordeaux #53202B
RGB
CMYK
RGB Variations
Color information
#53202B (or 0x53202B) is known color: Bordeaux. HEX triplet: 53, 20 and 2B. RGB value is (83,32,43). Sum of RGB (Red+Green+Blue) = 83+32+43=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53202B is #ACDFD4. Grayscale: #303030. Windows color (decimal): -11329493 or 2826323. OLE color: 2826323.
HSL color Cylindrical-coordinate representation of color #53202B: hue angle of 347.06º 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 #53202B is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 43 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.67 |
| HSL | 347.06º | 0.44% | 0.23% | - |
| HSV(B) | 347.06º | 0.61% | 0.33% | - |
| XYZ | 4.52 | 3.05 | 2.64 | - |
| YUV | 48.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 43 | 0 | 0.61 | 0.48 | 0.67 | 347.06 | 0.44 | 0.23 |
| Hex | 53 | 20 | 2B | 0 | 3D | 30 | 43 | 15B | 2C | 17 |
| Octal | 123 | 40 | 53 | 0 | 75 | 60 | 103 | 533 | 54 | 27 |
| Binary | 1010011 | 100000 | 101011 | 0 | 111101 | 110000 | 1000011 | 101011011 | 101100 | 10111 |
Color Harmonies of #53202B
Complementary color
Monochromatic Colors of #53202B
Black with #53202B
Text Example
Text Example
White with #53202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53202B; }
p { color: rgb(83,32,43); }
H1.HeaderClassName
{
color: #53202B;
}
.AnyTagClassName
{
color: #53202B;
}
</style>
background-color css
<style>
a { background-color: #53202B; }
a { background-color: rgb(83,32,43); }
div.DivClassName
{
background-color: #53202B;
}
.BgClassName
{
background-color: #53202B;
}
</style>
border-color css
<style>
span { border-color: #53202B; }
span { border-color: rgb(83,32,43); }
td.TdClassName
{
border-color: #53202B;
}
.TagClassName
{
border-color: #53202B;
}
</style>