Shades of Wine Berry #54313E
Tints of Wine Berry #54313E
RGB
CMYK
RGB Variations
Color information
#54313E (or 0x54313E) is known color: Wine Berry. HEX triplet: 54, 31 and 3E. RGB value is (84,49,62). Sum of RGB (Red+Green+Blue) = 84+49+62=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54313E is #ABCEC1. Grayscale: #3C3C3C. Windows color (decimal): -11259586 or 4075860. OLE color: 4075860.
HSL color Cylindrical-coordinate representation of color #54313E: hue angle of 337.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54313E is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 49 | 62 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.67 |
| HSL | 337.71º | 0.26% | 0.26% | - |
| HSV(B) | 337.71º | 0.42% | 0.33% | - |
| XYZ | 5.62 | 4.43 | 5.12 | - |
| YUV | 60.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 62 | 0 | 0.42 | 0.26 | 0.67 | 337.71 | 0.26 | 0.26 |
| Hex | 54 | 31 | 3E | 0 | 2A | 1A | 43 | 152 | 1A | 1A |
| Octal | 124 | 61 | 76 | 0 | 52 | 32 | 103 | 522 | 32 | 32 |
| Binary | 1010100 | 110001 | 111110 | 0 | 101010 | 11010 | 1000011 | 101010010 | 11010 | 11010 |
Color Harmonies of #54313E
Complementary color
Monochromatic Colors of #54313E
Black with #54313E
Text Example
Text Example
White with #54313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54313E; }
p { color: rgb(84,49,62); }
H1.HeaderClassName
{
color: #54313E;
}
.AnyTagClassName
{
color: #54313E;
}
</style>
background-color css
<style>
a { background-color: #54313E; }
a { background-color: rgb(84,49,62); }
div.DivClassName
{
background-color: #54313E;
}
.BgClassName
{
background-color: #54313E;
}
</style>
border-color css
<style>
span { border-color: #54313E; }
span { border-color: rgb(84,49,62); }
td.TdClassName
{
border-color: #54313E;
}
.TagClassName
{
border-color: #54313E;
}
</style>