Shades of Bordeaux #54031C
Tints of Bordeaux #54031C
RGB
CMYK
RGB Variations
Color information
#54031C (or 0x54031C) is known color: Bordeaux. HEX triplet: 54, 03 and 1C. RGB value is (84,3,28). Sum of RGB (Red+Green+Blue) = 84+3+28=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54031C is #ABFCE3. Grayscale: #1E1E1E. Windows color (decimal): -11271396 or 1835860. OLE color: 1835860.
HSL color Cylindrical-coordinate representation of color #54031C: hue angle of 341.48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54031C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 28 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.67 |
| HSL | 341.48º | 0.93% | 0.17% | - |
| HSV(B) | 341.48º | 0.96% | 0.33% | - |
| XYZ | 3.9 | 2.03 | 1.29 | - |
| YUV | 30.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 28 | 0 | 0.96 | 0.67 | 0.67 | 341.48 | 0.93 | 0.17 |
| Hex | 54 | 3 | 1C | 0 | 60 | 43 | 43 | 155 | 5D | 11 |
| Octal | 124 | 3 | 34 | 0 | 140 | 103 | 103 | 525 | 135 | 21 |
| Binary | 1010100 | 11 | 11100 | 0 | 1100000 | 1000011 | 1000011 | 101010101 | 1011101 | 10001 |
Color Harmonies of #54031C
Complementary color
Monochromatic Colors of #54031C
Black with #54031C
Text Example
Text Example
White with #54031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54031C; }
p { color: rgb(84,3,28); }
H1.HeaderClassName
{
color: #54031C;
}
.AnyTagClassName
{
color: #54031C;
}
</style>
background-color css
<style>
a { background-color: #54031C; }
a { background-color: rgb(84,3,28); }
div.DivClassName
{
background-color: #54031C;
}
.BgClassName
{
background-color: #54031C;
}
</style>
border-color css
<style>
span { border-color: #54031C; }
span { border-color: rgb(84,3,28); }
td.TdClassName
{
border-color: #54031C;
}
.TagClassName
{
border-color: #54031C;
}
</style>