Shades of Wine Berry #54333E
Tints of Wine Berry #54333E
RGB
CMYK
RGB Variations
Color information
#54333E (or 0x54333E) is known color: Wine Berry. HEX triplet: 54, 33 and 3E. RGB value is (84,51,62). Sum of RGB (Red+Green+Blue) = 84+51+62=197 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.64% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 84 - color contains mainly: red. Hex color #54333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54333E is #ABCCC1. Grayscale: #3E3E3E. Windows color (decimal): -11259074 or 4076372. OLE color: 4076372.
HSL color Cylindrical-coordinate representation of color #54333E: hue angle of 340º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54333E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 62 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.67 |
| HSL | 340º | 0.24% | 0.26% | - |
| HSV(B) | 340º | 0.39% | 0.33% | - |
| XYZ | 5.71 | 4.6 | 5.14 | - |
| YUV | 62.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 62 | 0 | 0.39 | 0.26 | 0.67 | 340 | 0.24 | 0.26 |
| Hex | 54 | 33 | 3E | 0 | 27 | 1A | 43 | 154 | 18 | 1A |
| Octal | 124 | 63 | 76 | 0 | 47 | 32 | 103 | 524 | 30 | 32 |
| Binary | 1010100 | 110011 | 111110 | 0 | 100111 | 11010 | 1000011 | 101010100 | 11000 | 11010 |
Color Harmonies of #54333E
Complementary color
Monochromatic Colors of #54333E
Black with #54333E
Text Example
Text Example
White with #54333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54333E; }
p { color: rgb(84,51,62); }
H1.HeaderClassName
{
color: #54333E;
}
.AnyTagClassName
{
color: #54333E;
}
</style>
background-color css
<style>
a { background-color: #54333E; }
a { background-color: rgb(84,51,62); }
div.DivClassName
{
background-color: #54333E;
}
.BgClassName
{
background-color: #54333E;
}
</style>
border-color css
<style>
span { border-color: #54333E; }
span { border-color: rgb(84,51,62); }
td.TdClassName
{
border-color: #54333E;
}
.TagClassName
{
border-color: #54333E;
}
</style>