Shades of Wine Berry #54333F
Tints of Wine Berry #54333F
RGB
CMYK
RGB Variations
Color information
#54333F (or 0x54333F) is known color: Wine Berry. HEX triplet: 54, 33 and 3F. RGB value is (84,51,63). Sum of RGB (Red+Green+Blue) = 84+51+63=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 84 - color contains mainly: red. Hex color #54333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54333F is #ABCCC0. Grayscale: #3E3E3E. Windows color (decimal): -11259073 or 4141908. OLE color: 4141908.
HSL color Cylindrical-coordinate representation of color #54333F: hue angle of 338.18º 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 #54333F is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 51 | 63 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.67 |
| HSL | 338.18º | 0.24% | 0.26% | - |
| HSV(B) | 338.18º | 0.39% | 0.33% | - |
| XYZ | 5.74 | 4.61 | 5.29 | - |
| YUV | 62.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 51 | 63 | 0 | 0.39 | 0.25 | 0.67 | 338.18 | 0.24 | 0.26 |
| Hex | 54 | 33 | 3F | 0 | 27 | 19 | 43 | 152 | 18 | 1A |
| Octal | 124 | 63 | 77 | 0 | 47 | 31 | 103 | 522 | 30 | 32 |
| Binary | 1010100 | 110011 | 111111 | 0 | 100111 | 11001 | 1000011 | 101010010 | 11000 | 11010 |
Color Harmonies of #54333F
Complementary color
Monochromatic Colors of #54333F
Black with #54333F
Text Example
Text Example
White with #54333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54333F; }
p { color: rgb(84,51,63); }
H1.HeaderClassName
{
color: #54333F;
}
.AnyTagClassName
{
color: #54333F;
}
</style>
background-color css
<style>
a { background-color: #54333F; }
a { background-color: rgb(84,51,63); }
div.DivClassName
{
background-color: #54333F;
}
.BgClassName
{
background-color: #54333F;
}
</style>
border-color css
<style>
span { border-color: #54333F; }
span { border-color: rgb(84,51,63); }
td.TdClassName
{
border-color: #54333F;
}
.TagClassName
{
border-color: #54333F;
}
</style>