Shades of Vin Rouge #905B5C
Tints of Vin Rouge #905B5C
RGB
CMYK
RGB Variations
Color information
#905B5C (or 0x905B5C) is known color: Vin Rouge. HEX triplet: 90, 5B and 5C. RGB value is (144,91,92). Sum of RGB (Red+Green+Blue) = 144+91+92=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 144 - color contains mainly: red. Hex color #905B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B5C is #6FA4A3. Grayscale: #6B6B6B. Windows color (decimal): -7316644 or 6052752. OLE color: 6052752.
HSL color Cylindrical-coordinate representation of color #905B5C: hue angle of 358.87º 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 #905B5C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 92 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.44 |
| HSL | 358.87º | 0.23% | 0.46% | - |
| HSV(B) | 358.87º | 0.37% | 0.56% | - |
| XYZ | 17.17 | 14.18 | 11.96 | - |
| YUV | 106.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 92 | 0 | 0.37 | 0.36 | 0.44 | 358.87 | 0.23 | 0.46 |
| Hex | 90 | 5B | 5C | 0 | 25 | 24 | 2C | 167 | 17 | 2E |
| Octal | 220 | 133 | 134 | 0 | 45 | 44 | 54 | 547 | 27 | 56 |
| Binary | 10010000 | 1011011 | 1011100 | 0 | 100101 | 100100 | 101100 | 101100111 | 10111 | 101110 |
Color Harmonies of #905B5C
Complementary color
Monochromatic Colors of #905B5C
Black with #905B5C
Text Example
Text Example
White with #905B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B5C; }
p { color: rgb(144,91,92); }
H1.HeaderClassName
{
color: #905B5C;
}
.AnyTagClassName
{
color: #905B5C;
}
</style>
background-color css
<style>
a { background-color: #905B5C; }
a { background-color: rgb(144,91,92); }
div.DivClassName
{
background-color: #905B5C;
}
.BgClassName
{
background-color: #905B5C;
}
</style>
border-color css
<style>
span { border-color: #905B5C; }
span { border-color: rgb(144,91,92); }
td.TdClassName
{
border-color: #905B5C;
}
.TagClassName
{
border-color: #905B5C;
}
</style>