Shades of Bordeaux #54041C
Tints of Bordeaux #54041C
RGB
CMYK
RGB Variations
Color information
#54041C (or 0x54041C) is known color: Bordeaux. HEX triplet: 54, 04 and 1C. RGB value is (84,4,28). Sum of RGB (Red+Green+Blue) = 84+4+28=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #54041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54041C is #ABFBE3. Grayscale: #1E1E1E. Windows color (decimal): -11271140 or 1836116. OLE color: 1836116.
HSL color Cylindrical-coordinate representation of color #54041C: hue angle of 342º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54041C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 4 | 28 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.67 |
| HSL | 342º | 0.91% | 0.17% | - |
| HSV(B) | 342º | 0.95% | 0.33% | - |
| XYZ | 3.91 | 2.06 | 1.29 | - |
| YUV | 30.66 | 126.5 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 28 | 0 | 0.95 | 0.67 | 0.67 | 342 | 0.91 | 0.17 |
| Hex | 54 | 4 | 1C | 0 | 5F | 43 | 43 | 156 | 5B | 11 |
| Octal | 124 | 4 | 34 | 0 | 137 | 103 | 103 | 526 | 133 | 21 |
| Binary | 1010100 | 100 | 11100 | 0 | 1011111 | 1000011 | 1000011 | 101010110 | 1011011 | 10001 |
Color Harmonies of #54041C
Complementary color
Monochromatic Colors of #54041C
Black with #54041C
Text Example
Text Example
White with #54041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54041C; }
p { color: rgb(84,4,28); }
H1.HeaderClassName
{
color: #54041C;
}
.AnyTagClassName
{
color: #54041C;
}
</style>
background-color css
<style>
a { background-color: #54041C; }
a { background-color: rgb(84,4,28); }
div.DivClassName
{
background-color: #54041C;
}
.BgClassName
{
background-color: #54041C;
}
</style>
border-color css
<style>
span { border-color: #54041C; }
span { border-color: rgb(84,4,28); }
td.TdClassName
{
border-color: #54041C;
}
.TagClassName
{
border-color: #54041C;
}
</style>