Shades of Bordeaux #54091F
Tints of Bordeaux #54091F
RGB
CMYK
RGB Variations
Color information
#54091F (or 0x54091F) is known color: Bordeaux. HEX triplet: 54, 09 and 1F. RGB value is (84,9,31). Sum of RGB (Red+Green+Blue) = 84+9+31=124 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.74% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 84 - color contains mainly: red. Hex color #54091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54091F is #ABF6E0. Grayscale: #212121. Windows color (decimal): -11269857 or 2034004. OLE color: 2034004.
HSL color Cylindrical-coordinate representation of color #54091F: hue angle of 342.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54091F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 9 | 31 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.67 |
| HSL | 342.4º | 0.81% | 0.18% | - |
| HSV(B) | 342.4º | 0.89% | 0.33% | - |
| XYZ | 4 | 2.18 | 1.51 | - |
| YUV | 33.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 9 | 31 | 0 | 0.89 | 0.63 | 0.67 | 342.4 | 0.81 | 0.18 |
| Hex | 54 | 9 | 1F | 0 | 59 | 3F | 43 | 156 | 51 | 12 |
| Octal | 124 | 11 | 37 | 0 | 131 | 77 | 103 | 526 | 121 | 22 |
| Binary | 1010100 | 1001 | 11111 | 0 | 1011001 | 111111 | 1000011 | 101010110 | 1010001 | 10010 |
Color Harmonies of #54091F
Complementary color
Monochromatic Colors of #54091F
Black with #54091F
Text Example
Text Example
White with #54091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54091F; }
p { color: rgb(84,9,31); }
H1.HeaderClassName
{
color: #54091F;
}
.AnyTagClassName
{
color: #54091F;
}
</style>
background-color css
<style>
a { background-color: #54091F; }
a { background-color: rgb(84,9,31); }
div.DivClassName
{
background-color: #54091F;
}
.BgClassName
{
background-color: #54091F;
}
</style>
border-color css
<style>
span { border-color: #54091F; }
span { border-color: rgb(84,9,31); }
td.TdClassName
{
border-color: #54091F;
}
.TagClassName
{
border-color: #54091F;
}
</style>