Shades of Bordeaux #54020C
Tints of Bordeaux #54020C
RGB
CMYK
RGB Variations
Color information
#54020C (or 0x54020C) is known color: Bordeaux. HEX triplet: 54, 02 and 0C. RGB value is (84,2,12). Sum of RGB (Red+Green+Blue) = 84+2+12=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #54020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54020C is #ABFDF3. Grayscale: #1B1B1B. Windows color (decimal): -11271668 or 787028. OLE color: 787028.
HSL color Cylindrical-coordinate representation of color #54020C: hue angle of 352.68º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54020C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.67 |
| HSL | 352.68º | 0.95% | 0.17% | - |
| HSV(B) | 352.68º | 0.98% | 0.33% | - |
| XYZ | 3.74 | 1.95 | 0.53 | - |
| YUV | 27.66 | 119.17 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 12 | 0 | 0.98 | 0.86 | 0.67 | 352.68 | 0.95 | 0.17 |
| Hex | 54 | 2 | C | 0 | 62 | 56 | 43 | 161 | 5F | 11 |
| Octal | 124 | 2 | 14 | 0 | 142 | 126 | 103 | 541 | 137 | 21 |
| Binary | 1010100 | 10 | 1100 | 0 | 1100010 | 1010110 | 1000011 | 101100001 | 1011111 | 10001 |
Color Harmonies of #54020C
Complementary color
Monochromatic Colors of #54020C
Black with #54020C
Text Example
Text Example
White with #54020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54020C; }
p { color: rgb(84,2,12); }
H1.HeaderClassName
{
color: #54020C;
}
.AnyTagClassName
{
color: #54020C;
}
</style>
background-color css
<style>
a { background-color: #54020C; }
a { background-color: rgb(84,2,12); }
div.DivClassName
{
background-color: #54020C;
}
.BgClassName
{
background-color: #54020C;
}
</style>
border-color css
<style>
span { border-color: #54020C; }
span { border-color: rgb(84,2,12); }
td.TdClassName
{
border-color: #54020C;
}
.TagClassName
{
border-color: #54020C;
}
</style>