Shades of Bordeaux #54001F
Tints of Bordeaux #54001F
RGB
CMYK
RGB Variations
Color information
#54001F (or 0x54001F) is known color: Bordeaux. HEX triplet: 54, 00 and 1F. RGB value is (84,0,31). Sum of RGB (Red+Green+Blue) = 84+0+31=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54001F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54001F is #ABFFE0. Grayscale: #1C1C1C. Windows color (decimal): -11272161 or 2031700. OLE color: 2031700.
HSL color Cylindrical-coordinate representation of color #54001F: hue angle of 337.86º 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 #54001F is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.63 | 0.67 |
| HSL | 337.86º | 1% | 0.16% | - |
| HSV(B) | 337.86º | 1% | 0.33% | - |
| XYZ | 3.9 | 1.98 | 1.47 | - |
| YUV | 28.65 | 129.33 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 0 | 31 | 0 | 1 | 0.63 | 0.67 | 337.86 | 1 | 0.16 |
| Hex | 54 | 0 | 1F | 0 | 64 | 3F | 43 | 152 | 64 | 10 |
| Octal | 124 | 0 | 37 | 0 | 144 | 77 | 103 | 522 | 144 | 20 |
| Binary | 1010100 | 0 | 11111 | 0 | 1100100 | 111111 | 1000011 | 101010010 | 1100100 | 10000 |
Color Harmonies of #54001F
Complementary color
Monochromatic Colors of #54001F
Black with #54001F
Text Example
Text Example
White with #54001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54001F; }
p { color: rgb(84,0,31); }
H1.HeaderClassName
{
color: #54001F;
}
.AnyTagClassName
{
color: #54001F;
}
</style>
background-color css
<style>
a { background-color: #54001F; }
a { background-color: rgb(84,0,31); }
div.DivClassName
{
background-color: #54001F;
}
.BgClassName
{
background-color: #54001F;
}
</style>
border-color css
<style>
span { border-color: #54001F; }
span { border-color: rgb(84,0,31); }
td.TdClassName
{
border-color: #54001F;
}
.TagClassName
{
border-color: #54001F;
}
</style>