Shades of Vin Rouge #905A5C
Tints of Vin Rouge #905A5C
RGB
CMYK
RGB Variations
Color information
#905A5C (or 0x905A5C) is known color: Vin Rouge. HEX triplet: 90, 5A and 5C. RGB value is (144,90,92). Sum of RGB (Red+Green+Blue) = 144+90+92=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #905A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A5C is #6FA5A3. Grayscale: #6A6A6A. Windows color (decimal): -7316900 or 6052496. OLE color: 6052496.
HSL color Cylindrical-coordinate representation of color #905A5C: hue angle of 357.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 #905A5C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 90 | 92 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.44 |
| HSL | 357.78º | 0.23% | 0.46% | - |
| HSV(B) | 357.78º | 0.38% | 0.56% | - |
| XYZ | 17.09 | 14.01 | 11.93 | - |
| YUV | 106.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 90 | 92 | 0 | 0.37 | 0.36 | 0.44 | 357.78 | 0.23 | 0.46 |
| Hex | 90 | 5A | 5C | 0 | 25 | 24 | 2C | 166 | 17 | 2E |
| Octal | 220 | 132 | 134 | 0 | 45 | 44 | 54 | 546 | 27 | 56 |
| Binary | 10010000 | 1011010 | 1011100 | 0 | 100101 | 100100 | 101100 | 101100110 | 10111 | 101110 |
Color Harmonies of #905A5C
Complementary color
Monochromatic Colors of #905A5C
Black with #905A5C
Text Example
Text Example
White with #905A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905A5C; }
p { color: rgb(144,90,92); }
H1.HeaderClassName
{
color: #905A5C;
}
.AnyTagClassName
{
color: #905A5C;
}
</style>
background-color css
<style>
a { background-color: #905A5C; }
a { background-color: rgb(144,90,92); }
div.DivClassName
{
background-color: #905A5C;
}
.BgClassName
{
background-color: #905A5C;
}
</style>
border-color css
<style>
span { border-color: #905A5C; }
span { border-color: rgb(144,90,92); }
td.TdClassName
{
border-color: #905A5C;
}
.TagClassName
{
border-color: #905A5C;
}
</style>