Shades of Vin Rouge #905158
Tints of Vin Rouge #905158
RGB
CMYK
RGB Variations
Color information
#905158 (or 0x905158) is known color: Vin Rouge. HEX triplet: 90, 51 and 58. RGB value is (144,81,88). Sum of RGB (Red+Green+Blue) = 144+81+88=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 144 - color contains mainly: red. Hex color #905158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905158 is #6FAEA7. Grayscale: #646464. Windows color (decimal): -7319208 or 5788048. OLE color: 5788048.
HSL color Cylindrical-coordinate representation of color #905158: hue angle of 353.33º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905158 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 88 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.44 |
| HSL | 353.33º | 0.28% | 0.44% | - |
| HSV(B) | 353.33º | 0.44% | 0.56% | - |
| XYZ | 16.21 | 12.52 | 10.79 | - |
| YUV | 100.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 88 | 0 | 0.44 | 0.39 | 0.44 | 353.33 | 0.28 | 0.44 |
| Hex | 90 | 51 | 58 | 0 | 2C | 27 | 2C | 161 | 1C | 2C |
| Octal | 220 | 121 | 130 | 0 | 54 | 47 | 54 | 541 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1011000 | 0 | 101100 | 100111 | 101100 | 101100001 | 11100 | 101100 |
Color Harmonies of #905158
Complementary color
Monochromatic Colors of #905158
Black with #905158
Text Example
Text Example
White with #905158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905158; }
p { color: rgb(144,81,88); }
H1.HeaderClassName
{
color: #905158;
}
.AnyTagClassName
{
color: #905158;
}
</style>
background-color css
<style>
a { background-color: #905158; }
a { background-color: rgb(144,81,88); }
div.DivClassName
{
background-color: #905158;
}
.BgClassName
{
background-color: #905158;
}
</style>
border-color css
<style>
span { border-color: #905158; }
span { border-color: rgb(144,81,88); }
td.TdClassName
{
border-color: #905158;
}
.TagClassName
{
border-color: #905158;
}
</style>