Shades of Wine Berry #54353C
Tints of Wine Berry #54353C
RGB
CMYK
RGB Variations
Color information
#54353C (or 0x54353C) is known color: Wine Berry. HEX triplet: 54, 35 and 3C. RGB value is (84,53,60). Sum of RGB (Red+Green+Blue) = 84+53+60=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54353C is #ABCAC3. Grayscale: #3F3F3F. Windows color (decimal): -11258564 or 3945812. OLE color: 3945812.
HSL color Cylindrical-coordinate representation of color #54353C: hue angle of 346.45º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54353C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 60 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.67 |
| HSL | 346.45º | 0.23% | 0.27% | - |
| HSV(B) | 346.45º | 0.37% | 0.33% | - |
| XYZ | 5.74 | 4.76 | 4.89 | - |
| YUV | 63.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 60 | 0 | 0.37 | 0.29 | 0.67 | 346.45 | 0.23 | 0.27 |
| Hex | 54 | 35 | 3C | 0 | 25 | 1D | 43 | 15A | 17 | 1B |
| Octal | 124 | 65 | 74 | 0 | 45 | 35 | 103 | 532 | 27 | 33 |
| Binary | 1010100 | 110101 | 111100 | 0 | 100101 | 11101 | 1000011 | 101011010 | 10111 | 11011 |
Color Harmonies of #54353C
Complementary color
Monochromatic Colors of #54353C
Black with #54353C
Text Example
Text Example
White with #54353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54353C; }
p { color: rgb(84,53,60); }
H1.HeaderClassName
{
color: #54353C;
}
.AnyTagClassName
{
color: #54353C;
}
</style>
background-color css
<style>
a { background-color: #54353C; }
a { background-color: rgb(84,53,60); }
div.DivClassName
{
background-color: #54353C;
}
.BgClassName
{
background-color: #54353C;
}
</style>
border-color css
<style>
span { border-color: #54353C; }
span { border-color: rgb(84,53,60); }
td.TdClassName
{
border-color: #54353C;
}
.TagClassName
{
border-color: #54353C;
}
</style>