Shades of Wine Berry #51363D
Tints of Wine Berry #51363D
RGB
CMYK
RGB Variations
Color information
#51363D (or 0x51363D) is known color: Wine Berry. HEX triplet: 51, 36 and 3D. RGB value is (81,54,61). Sum of RGB (Red+Green+Blue) = 81+54+61=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51363D is #AEC9C2. Grayscale: #3E3E3E. Windows color (decimal): -11454915 or 4011601. OLE color: 4011601.
HSL color Cylindrical-coordinate representation of color #51363D: hue angle of 344.44º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51363D is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 54 | 61 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.68 |
| HSL | 344.44º | 0.2% | 0.26% | - |
| HSV(B) | 344.44º | 0.33% | 0.32% | - |
| XYZ | 5.55 | 4.72 | 5.03 | - |
| YUV | 62.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 54 | 61 | 0 | 0.33 | 0.25 | 0.68 | 344.44 | 0.2 | 0.26 |
| Hex | 51 | 36 | 3D | 0 | 21 | 19 | 44 | 158 | 14 | 1A |
| Octal | 121 | 66 | 75 | 0 | 41 | 31 | 104 | 530 | 24 | 32 |
| Binary | 1010001 | 110110 | 111101 | 0 | 100001 | 11001 | 1000100 | 101011000 | 10100 | 11010 |
Color Harmonies of #51363D
Complementary color
Monochromatic Colors of #51363D
Black with #51363D
Text Example
Text Example
White with #51363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51363D; }
p { color: rgb(81,54,61); }
H1.HeaderClassName
{
color: #51363D;
}
.AnyTagClassName
{
color: #51363D;
}
</style>
background-color css
<style>
a { background-color: #51363D; }
a { background-color: rgb(81,54,61); }
div.DivClassName
{
background-color: #51363D;
}
.BgClassName
{
background-color: #51363D;
}
</style>
border-color css
<style>
span { border-color: #51363D; }
span { border-color: rgb(81,54,61); }
td.TdClassName
{
border-color: #51363D;
}
.TagClassName
{
border-color: #51363D;
}
</style>