Shades of Vin Rouge #905161
Tints of Vin Rouge #905161
RGB
CMYK
RGB Variations
Color information
#905161 (or 0x905161) is known color: Vin Rouge. HEX triplet: 90, 51 and 61. RGB value is (144,81,97). Sum of RGB (Red+Green+Blue) = 144+81+97=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #905161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905161 is #6FAE9E. Grayscale: #656565. Windows color (decimal): -7319199 or 6377872. OLE color: 6377872.
HSL color Cylindrical-coordinate representation of color #905161: hue angle of 344.76º 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 #905161 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 97 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.44 |
| HSL | 344.76º | 0.28% | 0.44% | - |
| HSV(B) | 344.76º | 0.44% | 0.56% | - |
| XYZ | 16.6 | 12.68 | 12.88 | - |
| YUV | 101.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 97 | 0 | 0.44 | 0.33 | 0.44 | 344.76 | 0.28 | 0.44 |
| Hex | 90 | 51 | 61 | 0 | 2C | 21 | 2C | 159 | 1C | 2C |
| Octal | 220 | 121 | 141 | 0 | 54 | 41 | 54 | 531 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1100001 | 0 | 101100 | 100001 | 101100 | 101011001 | 11100 | 101100 |
Color Harmonies of #905161
Complementary color
Monochromatic Colors of #905161
Black with #905161
Text Example
Text Example
White with #905161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905161; }
p { color: rgb(144,81,97); }
H1.HeaderClassName
{
color: #905161;
}
.AnyTagClassName
{
color: #905161;
}
</style>
background-color css
<style>
a { background-color: #905161; }
a { background-color: rgb(144,81,97); }
div.DivClassName
{
background-color: #905161;
}
.BgClassName
{
background-color: #905161;
}
</style>
border-color css
<style>
span { border-color: #905161; }
span { border-color: rgb(144,81,97); }
td.TdClassName
{
border-color: #905161;
}
.TagClassName
{
border-color: #905161;
}
</style>