Shades of Wine Berry #54383E
Tints of Wine Berry #54383E
RGB
CMYK
RGB Variations
Color information
#54383E (or 0x54383E) is known color: Wine Berry. HEX triplet: 54, 38 and 3E. RGB value is (84,56,62). Sum of RGB (Red+Green+Blue) = 84+56+62=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #54383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54383E is #ABC7C1. Grayscale: #414141. Windows color (decimal): -11257794 or 4077652. OLE color: 4077652.
HSL color Cylindrical-coordinate representation of color #54383E: hue angle of 347.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54383E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 56 | 62 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.67 |
| HSL | 347.14º | 0.2% | 0.27% | - |
| HSV(B) | 347.14º | 0.33% | 0.33% | - |
| XYZ | 5.94 | 5.06 | 5.22 | - |
| YUV | 65.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 62 | 0 | 0.33 | 0.26 | 0.67 | 347.14 | 0.2 | 0.27 |
| Hex | 54 | 38 | 3E | 0 | 21 | 1A | 43 | 15B | 14 | 1B |
| Octal | 124 | 70 | 76 | 0 | 41 | 32 | 103 | 533 | 24 | 33 |
| Binary | 1010100 | 111000 | 111110 | 0 | 100001 | 11010 | 1000011 | 101011011 | 10100 | 11011 |
Color Harmonies of #54383E
Complementary color
Monochromatic Colors of #54383E
Black with #54383E
Text Example
Text Example
White with #54383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54383E; }
p { color: rgb(84,56,62); }
H1.HeaderClassName
{
color: #54383E;
}
.AnyTagClassName
{
color: #54383E;
}
</style>
background-color css
<style>
a { background-color: #54383E; }
a { background-color: rgb(84,56,62); }
div.DivClassName
{
background-color: #54383E;
}
.BgClassName
{
background-color: #54383E;
}
</style>
border-color css
<style>
span { border-color: #54383E; }
span { border-color: rgb(84,56,62); }
td.TdClassName
{
border-color: #54383E;
}
.TagClassName
{
border-color: #54383E;
}
</style>