Shades of Vin Rouge #905862
Tints of Vin Rouge #905862
RGB
CMYK
RGB Variations
Color information
#905862 (or 0x905862) is known color: Vin Rouge. HEX triplet: 90, 58 and 62. RGB value is (144,88,98). Sum of RGB (Red+Green+Blue) = 144+88+98=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #905862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905862 is #6FA79D. Grayscale: #696969. Windows color (decimal): -7317406 or 6445200. OLE color: 6445200.
HSL color Cylindrical-coordinate representation of color #905862: hue angle of 349.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #905862 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 98 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.44 |
| HSL | 349.29º | 0.24% | 0.45% | - |
| HSV(B) | 349.29º | 0.39% | 0.56% | - |
| XYZ | 17.2 | 13.79 | 13.31 | - |
| YUV | 105.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 98 | 0 | 0.39 | 0.32 | 0.44 | 349.29 | 0.24 | 0.45 |
| Hex | 90 | 58 | 62 | 0 | 27 | 20 | 2C | 15D | 18 | 2D |
| Octal | 220 | 130 | 142 | 0 | 47 | 40 | 54 | 535 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1100010 | 0 | 100111 | 100000 | 101100 | 101011101 | 11000 | 101101 |
Color Harmonies of #905862
Complementary color
Monochromatic Colors of #905862
Black with #905862
Text Example
Text Example
White with #905862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905862; }
p { color: rgb(144,88,98); }
H1.HeaderClassName
{
color: #905862;
}
.AnyTagClassName
{
color: #905862;
}
</style>
background-color css
<style>
a { background-color: #905862; }
a { background-color: rgb(144,88,98); }
div.DivClassName
{
background-color: #905862;
}
.BgClassName
{
background-color: #905862;
}
</style>
border-color css
<style>
span { border-color: #905862; }
span { border-color: rgb(144,88,98); }
td.TdClassName
{
border-color: #905862;
}
.TagClassName
{
border-color: #905862;
}
</style>