Shades of Wine Berry #54303C
Tints of Wine Berry #54303C
RGB
CMYK
RGB Variations
Color information
#54303C (or 0x54303C) is known color: Wine Berry. HEX triplet: 54, 30 and 3C. RGB value is (84,48,60). Sum of RGB (Red+Green+Blue) = 84+48+60=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 84 - color contains mainly: red. Hex color #54303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54303C is #ABCFC3. Grayscale: #3C3C3C. Windows color (decimal): -11259844 or 3944532. OLE color: 3944532.
HSL color Cylindrical-coordinate representation of color #54303C: hue angle of 340º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54303C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 48 | 60 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.67 |
| HSL | 340º | 0.27% | 0.26% | - |
| HSV(B) | 340º | 0.43% | 0.33% | - |
| XYZ | 5.53 | 4.32 | 4.82 | - |
| YUV | 60.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 60 | 0 | 0.43 | 0.29 | 0.67 | 340 | 0.27 | 0.26 |
| Hex | 54 | 30 | 3C | 0 | 2B | 1D | 43 | 154 | 1B | 1A |
| Octal | 124 | 60 | 74 | 0 | 53 | 35 | 103 | 524 | 33 | 32 |
| Binary | 1010100 | 110000 | 111100 | 0 | 101011 | 11101 | 1000011 | 101010100 | 11011 | 11010 |
Color Harmonies of #54303C
Complementary color
Monochromatic Colors of #54303C
Black with #54303C
Text Example
Text Example
White with #54303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54303C; }
p { color: rgb(84,48,60); }
H1.HeaderClassName
{
color: #54303C;
}
.AnyTagClassName
{
color: #54303C;
}
</style>
background-color css
<style>
a { background-color: #54303C; }
a { background-color: rgb(84,48,60); }
div.DivClassName
{
background-color: #54303C;
}
.BgClassName
{
background-color: #54303C;
}
</style>
border-color css
<style>
span { border-color: #54303C; }
span { border-color: rgb(84,48,60); }
td.TdClassName
{
border-color: #54303C;
}
.TagClassName
{
border-color: #54303C;
}
</style>