Shades of Bordeaux #54001C
Tints of Bordeaux #54001C
RGB
CMYK
RGB Variations
Color information
#54001C (or 0x54001C) is known color: Bordeaux. HEX triplet: 54, 00 and 1C. RGB value is (84,0,28). Sum of RGB (Red+Green+Blue) = 84+0+28=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #54001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54001C is #ABFFE3. Grayscale: #1C1C1C. Windows color (decimal): -11272164 or 1835092. OLE color: 1835092.
HSL color Cylindrical-coordinate representation of color #54001C: hue angle of 340º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54001C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.67 | 0.67 |
| HSL | 340º | 1% | 0.16% | - |
| HSV(B) | 340º | 1% | 0.33% | - |
| XYZ | 3.87 | 1.97 | 1.27 | - |
| YUV | 28.31 | 127.83 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 28 | 0 | 1 | 0.67 | 0.67 | 340 | 1 | 0.16 |
| Hex | 54 | 0 | 1C | 0 | 64 | 43 | 43 | 154 | 64 | 10 |
| Octal | 124 | 0 | 34 | 0 | 144 | 103 | 103 | 524 | 144 | 20 |
| Binary | 1010100 | 0 | 11100 | 0 | 1100100 | 1000011 | 1000011 | 101010100 | 1100100 | 10000 |
Color Harmonies of #54001C
Complementary color
Monochromatic Colors of #54001C
Black with #54001C
Text Example
Text Example
White with #54001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54001C; }
p { color: rgb(84,0,28); }
H1.HeaderClassName
{
color: #54001C;
}
.AnyTagClassName
{
color: #54001C;
}
</style>
background-color css
<style>
a { background-color: #54001C; }
a { background-color: rgb(84,0,28); }
div.DivClassName
{
background-color: #54001C;
}
.BgClassName
{
background-color: #54001C;
}
</style>
border-color css
<style>
span { border-color: #54001C; }
span { border-color: rgb(84,0,28); }
td.TdClassName
{
border-color: #54001C;
}
.TagClassName
{
border-color: #54001C;
}
</style>