Shades of Wine Berry #5A303D
Tints of Wine Berry #5A303D
RGB
CMYK
RGB Variations
Color information
#5A303D (or 0x5A303D) is known color: Wine Berry. HEX triplet: 5A, 30 and 3D. RGB value is (90,48,61). Sum of RGB (Red+Green+Blue) = 90+48+61=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A303D is #A5CFC2. Grayscale: #3E3E3E. Windows color (decimal): -10866627 or 4010074. OLE color: 4010074.
HSL color Cylindrical-coordinate representation of color #5A303D: hue angle of 341.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A303D is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 48 | 61 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.65 |
| HSL | 341.43º | 0.3% | 0.27% | - |
| HSV(B) | 341.43º | 0.47% | 0.35% | - |
| XYZ | 6.12 | 4.62 | 4.99 | - |
| YUV | 62.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 61 | 0 | 0.47 | 0.32 | 0.65 | 341.43 | 0.3 | 0.27 |
| Hex | 5A | 30 | 3D | 0 | 2F | 20 | 41 | 155 | 1E | 1B |
| Octal | 132 | 60 | 75 | 0 | 57 | 40 | 101 | 525 | 36 | 33 |
| Binary | 1011010 | 110000 | 111101 | 0 | 101111 | 100000 | 1000001 | 101010101 | 11110 | 11011 |
Color Harmonies of #5A303D
Complementary color
Monochromatic Colors of #5A303D
Black with #5A303D
Text Example
Text Example
White with #5A303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A303D; }
p { color: rgb(90,48,61); }
H1.HeaderClassName
{
color: #5A303D;
}
.AnyTagClassName
{
color: #5A303D;
}
</style>
background-color css
<style>
a { background-color: #5A303D; }
a { background-color: rgb(90,48,61); }
div.DivClassName
{
background-color: #5A303D;
}
.BgClassName
{
background-color: #5A303D;
}
</style>
border-color css
<style>
span { border-color: #5A303D; }
span { border-color: rgb(90,48,61); }
td.TdClassName
{
border-color: #5A303D;
}
.TagClassName
{
border-color: #5A303D;
}
</style>