Shades of Bordeaux #54142A
Tints of Bordeaux #54142A
RGB
CMYK
RGB Variations
Color information
#54142A (or 0x54142A) is known color: Bordeaux. HEX triplet: 54, 14 and 2A. RGB value is (84,20,42). Sum of RGB (Red+Green+Blue) = 84+20+42=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54142A is #ABEBD5. Grayscale: #292929. Windows color (decimal): -11267030 or 2757716. OLE color: 2757716.
HSL color Cylindrical-coordinate representation of color #54142A: hue angle of 339.38º degrees, saturation: 0.62, 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 #54142A is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 20 | 42 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.67 |
| HSL | 339.38º | 0.62% | 0.2% | - |
| HSV(B) | 339.38º | 0.76% | 0.33% | - |
| XYZ | 4.32 | 2.55 | 2.46 | - |
| YUV | 41.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 42 | 0 | 0.76 | 0.5 | 0.67 | 339.38 | 0.62 | 0.2 |
| Hex | 54 | 14 | 2A | 0 | 4C | 32 | 43 | 153 | 3E | 14 |
| Octal | 124 | 24 | 52 | 0 | 114 | 62 | 103 | 523 | 76 | 24 |
| Binary | 1010100 | 10100 | 101010 | 0 | 1001100 | 110010 | 1000011 | 101010011 | 111110 | 10100 |
Color Harmonies of #54142A
Complementary color
Monochromatic Colors of #54142A
Black with #54142A
Text Example
Text Example
White with #54142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54142A; }
p { color: rgb(84,20,42); }
H1.HeaderClassName
{
color: #54142A;
}
.AnyTagClassName
{
color: #54142A;
}
</style>
background-color css
<style>
a { background-color: #54142A; }
a { background-color: rgb(84,20,42); }
div.DivClassName
{
background-color: #54142A;
}
.BgClassName
{
background-color: #54142A;
}
</style>
border-color css
<style>
span { border-color: #54142A; }
span { border-color: rgb(84,20,42); }
td.TdClassName
{
border-color: #54142A;
}
.TagClassName
{
border-color: #54142A;
}
</style>