Shades of Vin Rouge #905B63
Tints of Vin Rouge #905B63
RGB
CMYK
RGB Variations
Color information
#905B63 (or 0x905B63) is known color: Vin Rouge. HEX triplet: 90, 5B and 63. RGB value is (144,91,99). Sum of RGB (Red+Green+Blue) = 144+91+99=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #905B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B63 is #6FA49C. Grayscale: #6B6B6B. Windows color (decimal): -7316637 or 6511504. OLE color: 6511504.
HSL color Cylindrical-coordinate representation of color #905B63: hue angle of 350.94º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #905B63 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 99 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.44 |
| HSL | 350.94º | 0.23% | 0.46% | - |
| HSV(B) | 350.94º | 0.37% | 0.56% | - |
| XYZ | 17.49 | 14.31 | 13.64 | - |
| YUV | 107.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 99 | 0 | 0.37 | 0.31 | 0.44 | 350.94 | 0.23 | 0.46 |
| Hex | 90 | 5B | 63 | 0 | 25 | 1F | 2C | 15F | 17 | 2E |
| Octal | 220 | 133 | 143 | 0 | 45 | 37 | 54 | 537 | 27 | 56 |
| Binary | 10010000 | 1011011 | 1100011 | 0 | 100101 | 11111 | 101100 | 101011111 | 10111 | 101110 |
Color Harmonies of #905B63
Complementary color
Monochromatic Colors of #905B63
Black with #905B63
Text Example
Text Example
White with #905B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B63; }
p { color: rgb(144,91,99); }
H1.HeaderClassName
{
color: #905B63;
}
.AnyTagClassName
{
color: #905B63;
}
</style>
background-color css
<style>
a { background-color: #905B63; }
a { background-color: rgb(144,91,99); }
div.DivClassName
{
background-color: #905B63;
}
.BgClassName
{
background-color: #905B63;
}
</style>
border-color css
<style>
span { border-color: #905B63; }
span { border-color: rgb(144,91,99); }
td.TdClassName
{
border-color: #905B63;
}
.TagClassName
{
border-color: #905B63;
}
</style>