Shades of Bordeaux #54202B
Tints of Bordeaux #54202B
RGB
CMYK
RGB Variations
Color information
#54202B (or 0x54202B) is known color: Bordeaux. HEX triplet: 54, 20 and 2B. RGB value is (84,32,43). Sum of RGB (Red+Green+Blue) = 84+32+43=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #54202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54202B is #ABDFD4. Grayscale: #303030. Windows color (decimal): -11263957 or 2826324. OLE color: 2826324.
HSL color Cylindrical-coordinate representation of color #54202B: hue angle of 347.31º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54202B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 43 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.67 |
| HSL | 347.31º | 0.45% | 0.23% | - |
| HSV(B) | 347.31º | 0.62% | 0.33% | - |
| XYZ | 4.61 | 3.09 | 2.64 | - |
| YUV | 48.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 43 | 0 | 0.62 | 0.49 | 0.67 | 347.31 | 0.45 | 0.23 |
| Hex | 54 | 20 | 2B | 0 | 3E | 31 | 43 | 15B | 2D | 17 |
| Octal | 124 | 40 | 53 | 0 | 76 | 61 | 103 | 533 | 55 | 27 |
| Binary | 1010100 | 100000 | 101011 | 0 | 111110 | 110001 | 1000011 | 101011011 | 101101 | 10111 |
Color Harmonies of #54202B
Complementary color
Monochromatic Colors of #54202B
Black with #54202B
Text Example
Text Example
White with #54202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54202B; }
p { color: rgb(84,32,43); }
H1.HeaderClassName
{
color: #54202B;
}
.AnyTagClassName
{
color: #54202B;
}
</style>
background-color css
<style>
a { background-color: #54202B; }
a { background-color: rgb(84,32,43); }
div.DivClassName
{
background-color: #54202B;
}
.BgClassName
{
background-color: #54202B;
}
</style>
border-color css
<style>
span { border-color: #54202B; }
span { border-color: rgb(84,32,43); }
td.TdClassName
{
border-color: #54202B;
}
.TagClassName
{
border-color: #54202B;
}
</style>