Shades of Wine Berry #54333D
Tints of Wine Berry #54333D
RGB
CMYK
RGB Variations
Color information
#54333D (or 0x54333D) is known color: Wine Berry. HEX triplet: 54, 33 and 3D. RGB value is (84,51,61). Sum of RGB (Red+Green+Blue) = 84+51+61=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #54333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54333D is #ABCCC2. Grayscale: #3E3E3E. Windows color (decimal): -11259075 or 4010836. OLE color: 4010836.
HSL color Cylindrical-coordinate representation of color #54333D: hue angle of 341.82º 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 #54333D is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 61 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.67 |
| HSL | 341.82º | 0.24% | 0.26% | - |
| HSV(B) | 341.82º | 0.39% | 0.33% | - |
| XYZ | 5.68 | 4.59 | 5 | - |
| YUV | 62.01 | 127.43 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 61 | 0 | 0.39 | 0.27 | 0.67 | 341.82 | 0.24 | 0.26 |
| Hex | 54 | 33 | 3D | 0 | 27 | 1B | 43 | 156 | 18 | 1A |
| Octal | 124 | 63 | 75 | 0 | 47 | 33 | 103 | 526 | 30 | 32 |
| Binary | 1010100 | 110011 | 111101 | 0 | 100111 | 11011 | 1000011 | 101010110 | 11000 | 11010 |
Color Harmonies of #54333D
Complementary color
Monochromatic Colors of #54333D
Black with #54333D
Text Example
Text Example
White with #54333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54333D; }
p { color: rgb(84,51,61); }
H1.HeaderClassName
{
color: #54333D;
}
.AnyTagClassName
{
color: #54333D;
}
</style>
background-color css
<style>
a { background-color: #54333D; }
a { background-color: rgb(84,51,61); }
div.DivClassName
{
background-color: #54333D;
}
.BgClassName
{
background-color: #54333D;
}
</style>
border-color css
<style>
span { border-color: #54333D; }
span { border-color: rgb(84,51,61); }
td.TdClassName
{
border-color: #54333D;
}
.TagClassName
{
border-color: #54333D;
}
</style>