Shades of Vin Rouge #905A5E
Tints of Vin Rouge #905A5E
RGB
CMYK
RGB Variations
Color information
#905A5E (or 0x905A5E) is known color: Vin Rouge. HEX triplet: 90, 5A and 5E. RGB value is (144,90,94). Sum of RGB (Red+Green+Blue) = 144+90+94=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #905A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A5E is #6FA5A1. Grayscale: #6A6A6A. Windows color (decimal): -7316898 or 6183568. OLE color: 6183568.
HSL color Cylindrical-coordinate representation of color #905A5E: hue angle of 355.56º 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 #905A5E is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 94 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.44 |
| HSL | 355.56º | 0.23% | 0.46% | - |
| HSV(B) | 355.56º | 0.38% | 0.56% | - |
| XYZ | 17.18 | 14.05 | 12.4 | - |
| YUV | 106.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 94 | 0 | 0.37 | 0.35 | 0.44 | 355.56 | 0.23 | 0.46 |
| Hex | 90 | 5A | 5E | 0 | 25 | 23 | 2C | 164 | 17 | 2E |
| Octal | 220 | 132 | 136 | 0 | 45 | 43 | 54 | 544 | 27 | 56 |
| Binary | 10010000 | 1011010 | 1011110 | 0 | 100101 | 100011 | 101100 | 101100100 | 10111 | 101110 |
Color Harmonies of #905A5E
Complementary color
Monochromatic Colors of #905A5E
Black with #905A5E
Text Example
Text Example
White with #905A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A5E; }
p { color: rgb(144,90,94); }
H1.HeaderClassName
{
color: #905A5E;
}
.AnyTagClassName
{
color: #905A5E;
}
</style>
background-color css
<style>
a { background-color: #905A5E; }
a { background-color: rgb(144,90,94); }
div.DivClassName
{
background-color: #905A5E;
}
.BgClassName
{
background-color: #905A5E;
}
</style>
border-color css
<style>
span { border-color: #905A5E; }
span { border-color: rgb(144,90,94); }
td.TdClassName
{
border-color: #905A5E;
}
.TagClassName
{
border-color: #905A5E;
}
</style>