Shades of Vin Rouge #905864
Tints of Vin Rouge #905864
RGB
CMYK
RGB Variations
Color information
#905864 (or 0x905864) is known color: Vin Rouge. HEX triplet: 90, 58 and 64. RGB value is (144,88,100). Sum of RGB (Red+Green+Blue) = 144+88+100=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #905864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905864 is #6FA79B. Grayscale: #6A6A6A. Windows color (decimal): -7317404 or 6576272. OLE color: 6576272.
HSL color Cylindrical-coordinate representation of color #905864: hue angle of 347.14º 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 #905864 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 88 | 100 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.44 |
| HSL | 347.14º | 0.24% | 0.45% | - |
| HSV(B) | 347.14º | 0.39% | 0.56% | - |
| XYZ | 17.29 | 13.83 | 13.81 | - |
| YUV | 106.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 88 | 100 | 0 | 0.39 | 0.31 | 0.44 | 347.14 | 0.24 | 0.45 |
| Hex | 90 | 58 | 64 | 0 | 27 | 1F | 2C | 15B | 18 | 2D |
| Octal | 220 | 130 | 144 | 0 | 47 | 37 | 54 | 533 | 30 | 55 |
| Binary | 10010000 | 1011000 | 1100100 | 0 | 100111 | 11111 | 101100 | 101011011 | 11000 | 101101 |
Color Harmonies of #905864
Complementary color
Monochromatic Colors of #905864
Black with #905864
Text Example
Text Example
White with #905864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905864; }
p { color: rgb(144,88,100); }
H1.HeaderClassName
{
color: #905864;
}
.AnyTagClassName
{
color: #905864;
}
</style>
background-color css
<style>
a { background-color: #905864; }
a { background-color: rgb(144,88,100); }
div.DivClassName
{
background-color: #905864;
}
.BgClassName
{
background-color: #905864;
}
</style>
border-color css
<style>
span { border-color: #905864; }
span { border-color: rgb(144,88,100); }
td.TdClassName
{
border-color: #905864;
}
.TagClassName
{
border-color: #905864;
}
</style>