Shades of Vin Rouge #905867
Tints of Vin Rouge #905867
RGB
CMYK
RGB Variations
Color information
#905867 (or 0x905867) is known color: Vin Rouge. HEX triplet: 90, 58 and 67. RGB value is (144,88,103). Sum of RGB (Red+Green+Blue) = 144+88+103=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #905867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905867 is #6FA798. Grayscale: #6A6A6A. Windows color (decimal): -7317401 or 6772880. OLE color: 6772880.
HSL color Cylindrical-coordinate representation of color #905867: hue angle of 343.93º 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 #905867 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 103 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.44 |
| HSL | 343.93º | 0.24% | 0.45% | - |
| HSV(B) | 343.93º | 0.39% | 0.56% | - |
| XYZ | 17.44 | 13.89 | 14.59 | - |
| YUV | 106.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 103 | 0 | 0.39 | 0.28 | 0.44 | 343.93 | 0.24 | 0.45 |
| Hex | 90 | 58 | 67 | 0 | 27 | 1C | 2C | 158 | 18 | 2D |
| Octal | 220 | 130 | 147 | 0 | 47 | 34 | 54 | 530 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1100111 | 0 | 100111 | 11100 | 101100 | 101011000 | 11000 | 101101 |
Color Harmonies of #905867
Complementary color
Monochromatic Colors of #905867
Black with #905867
Text Example
Text Example
White with #905867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905867; }
p { color: rgb(144,88,103); }
H1.HeaderClassName
{
color: #905867;
}
.AnyTagClassName
{
color: #905867;
}
</style>
background-color css
<style>
a { background-color: #905867; }
a { background-color: rgb(144,88,103); }
div.DivClassName
{
background-color: #905867;
}
.BgClassName
{
background-color: #905867;
}
</style>
border-color css
<style>
span { border-color: #905867; }
span { border-color: rgb(144,88,103); }
td.TdClassName
{
border-color: #905867;
}
.TagClassName
{
border-color: #905867;
}
</style>