Shades of Wine Berry #54353A
Tints of Wine Berry #54353A
RGB
CMYK
RGB Variations
Color information
#54353A (or 0x54353A) is known color: Wine Berry. HEX triplet: 54, 35 and 3A. RGB value is (84,53,58). Sum of RGB (Red+Green+Blue) = 84+53+58=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 84 - color contains mainly: red. Hex color #54353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54353A is #ABCAC5. Grayscale: #3E3E3E. Windows color (decimal): -11258566 or 3814740. OLE color: 3814740.
HSL color Cylindrical-coordinate representation of color #54353A: hue angle of 350.32º 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 #54353A is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 53 | 58 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.67 |
| HSL | 350.32º | 0.23% | 0.27% | - |
| HSV(B) | 350.32º | 0.37% | 0.33% | - |
| XYZ | 5.69 | 4.74 | 4.62 | - |
| YUV | 62.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 53 | 58 | 0 | 0.37 | 0.31 | 0.67 | 350.32 | 0.23 | 0.27 |
| Hex | 54 | 35 | 3A | 0 | 25 | 1F | 43 | 15E | 17 | 1B |
| Octal | 124 | 65 | 72 | 0 | 45 | 37 | 103 | 536 | 27 | 33 |
| Binary | 1010100 | 110101 | 111010 | 0 | 100101 | 11111 | 1000011 | 101011110 | 10111 | 11011 |
Color Harmonies of #54353A
Complementary color
Monochromatic Colors of #54353A
Black with #54353A
Text Example
Text Example
White with #54353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54353A; }
p { color: rgb(84,53,58); }
H1.HeaderClassName
{
color: #54353A;
}
.AnyTagClassName
{
color: #54353A;
}
</style>
background-color css
<style>
a { background-color: #54353A; }
a { background-color: rgb(84,53,58); }
div.DivClassName
{
background-color: #54353A;
}
.BgClassName
{
background-color: #54353A;
}
</style>
border-color css
<style>
span { border-color: #54353A; }
span { border-color: rgb(84,53,58); }
td.TdClassName
{
border-color: #54353A;
}
.TagClassName
{
border-color: #54353A;
}
</style>