Shades of Bordeaux #53212B
Tints of Bordeaux #53212B
RGB
CMYK
RGB Variations
Color information
#53212B (or 0x53212B) is known color: Bordeaux. HEX triplet: 53, 21 and 2B. RGB value is (83,33,43). Sum of RGB (Red+Green+Blue) = 83+33+43=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #53212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53212B is #ACDED4. Grayscale: #313131. Windows color (decimal): -11329237 or 2826579. OLE color: 2826579.
HSL color Cylindrical-coordinate representation of color #53212B: hue angle of 348º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53212B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 43 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.67 |
| HSL | 348º | 0.43% | 0.23% | - |
| HSV(B) | 348º | 0.6% | 0.33% | - |
| XYZ | 4.55 | 3.1 | 2.64 | - |
| YUV | 49.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 43 | 0 | 0.60 | 0.48 | 0.67 | 348 | 0.43 | 0.23 |
| Hex | 53 | 21 | 2B | 0 | 3C | 30 | 43 | 15C | 2B | 17 |
| Octal | 123 | 41 | 53 | 0 | 74 | 60 | 103 | 534 | 53 | 27 |
| Binary | 1010011 | 100001 | 101011 | 0 | 111100 | 110000 | 1000011 | 101011100 | 101011 | 10111 |
Color Harmonies of #53212B
Complementary color
Monochromatic Colors of #53212B
Black with #53212B
Text Example
Text Example
White with #53212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53212B; }
p { color: rgb(83,33,43); }
H1.HeaderClassName
{
color: #53212B;
}
.AnyTagClassName
{
color: #53212B;
}
</style>
background-color css
<style>
a { background-color: #53212B; }
a { background-color: rgb(83,33,43); }
div.DivClassName
{
background-color: #53212B;
}
.BgClassName
{
background-color: #53212B;
}
</style>
border-color css
<style>
span { border-color: #53212B; }
span { border-color: rgb(83,33,43); }
td.TdClassName
{
border-color: #53212B;
}
.TagClassName
{
border-color: #53212B;
}
</style>