Shades of Wine Berry #54373B
Tints of Wine Berry #54373B
RGB
CMYK
RGB Variations
Color information
#54373B (or 0x54373B) is known color: Wine Berry. HEX triplet: 54, 37 and 3B. RGB value is (84,55,59). Sum of RGB (Red+Green+Blue) = 84+55+59=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54373B is #ABC8C4. Grayscale: #404040. Windows color (decimal): -11258053 or 3880788. OLE color: 3880788.
HSL color Cylindrical-coordinate representation of color #54373B: hue angle of 351.72º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54373B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 55 | 59 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.67 |
| HSL | 351.72º | 0.21% | 0.27% | - |
| HSV(B) | 351.72º | 0.35% | 0.33% | - |
| XYZ | 5.81 | 4.93 | 4.78 | - |
| YUV | 64.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 55 | 59 | 0 | 0.35 | 0.30 | 0.67 | 351.72 | 0.21 | 0.27 |
| Hex | 54 | 37 | 3B | 0 | 23 | 1E | 43 | 160 | 15 | 1B |
| Octal | 124 | 67 | 73 | 0 | 43 | 36 | 103 | 540 | 25 | 33 |
| Binary | 1010100 | 110111 | 111011 | 0 | 100011 | 11110 | 1000011 | 101100000 | 10101 | 11011 |
Color Harmonies of #54373B
Complementary color
Monochromatic Colors of #54373B
Black with #54373B
Text Example
Text Example
White with #54373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54373B; }
p { color: rgb(84,55,59); }
H1.HeaderClassName
{
color: #54373B;
}
.AnyTagClassName
{
color: #54373B;
}
</style>
background-color css
<style>
a { background-color: #54373B; }
a { background-color: rgb(84,55,59); }
div.DivClassName
{
background-color: #54373B;
}
.BgClassName
{
background-color: #54373B;
}
</style>
border-color css
<style>
span { border-color: #54373B; }
span { border-color: rgb(84,55,59); }
td.TdClassName
{
border-color: #54373B;
}
.TagClassName
{
border-color: #54373B;
}
</style>