Shades of Vin Rouge #905A65
Tints of Vin Rouge #905A65
RGB
CMYK
RGB Variations
Color information
#905A65 (or 0x905A65) is known color: Vin Rouge. HEX triplet: 90, 5A and 65. RGB value is (144,90,101). Sum of RGB (Red+Green+Blue) = 144+90+101=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #905A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A65 is #6FA59A. Grayscale: #6B6B6B. Windows color (decimal): -7316891 or 6642320. OLE color: 6642320.
HSL color Cylindrical-coordinate representation of color #905A65: hue angle of 347.78º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A65 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 101 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.44 |
| HSL | 347.78º | 0.23% | 0.46% | - |
| HSV(B) | 347.78º | 0.38% | 0.56% | - |
| XYZ | 17.51 | 14.18 | 14.13 | - |
| YUV | 107.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 101 | 0 | 0.37 | 0.30 | 0.44 | 347.78 | 0.23 | 0.46 |
| Hex | 90 | 5A | 65 | 0 | 25 | 1E | 2C | 15C | 17 | 2E |
| Octal | 220 | 132 | 145 | 0 | 45 | 36 | 54 | 534 | 27 | 56 |
| Binary | 10010000 | 1011010 | 1100101 | 0 | 100101 | 11110 | 101100 | 101011100 | 10111 | 101110 |
Color Harmonies of #905A65
Complementary color
Monochromatic Colors of #905A65
Black with #905A65
Text Example
Text Example
White with #905A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A65; }
p { color: rgb(144,90,101); }
H1.HeaderClassName
{
color: #905A65;
}
.AnyTagClassName
{
color: #905A65;
}
</style>
background-color css
<style>
a { background-color: #905A65; }
a { background-color: rgb(144,90,101); }
div.DivClassName
{
background-color: #905A65;
}
.BgClassName
{
background-color: #905A65;
}
</style>
border-color css
<style>
span { border-color: #905A65; }
span { border-color: rgb(144,90,101); }
td.TdClassName
{
border-color: #905A65;
}
.TagClassName
{
border-color: #905A65;
}
</style>