Shades of Vin Rouge #905B5F
Tints of Vin Rouge #905B5F
RGB
CMYK
RGB Variations
Color information
#905B5F (or 0x905B5F) is known color: Vin Rouge. HEX triplet: 90, 5B and 5F. RGB value is (144,91,95). Sum of RGB (Red+Green+Blue) = 144+91+95=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #905B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B5F is #6FA4A0. Grayscale: #6B6B6B. Windows color (decimal): -7316641 or 6249360. OLE color: 6249360.
HSL color Cylindrical-coordinate representation of color #905B5F: hue angle of 355.47º 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 #905B5F is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 91 | 95 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.44 |
| HSL | 355.47º | 0.23% | 0.46% | - |
| HSV(B) | 355.47º | 0.37% | 0.56% | - |
| XYZ | 17.31 | 14.24 | 12.66 | - |
| YUV | 107.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 91 | 95 | 0 | 0.37 | 0.34 | 0.44 | 355.47 | 0.23 | 0.46 |
| Hex | 90 | 5B | 5F | 0 | 25 | 22 | 2C | 163 | 17 | 2E |
| Octal | 220 | 133 | 137 | 0 | 45 | 42 | 54 | 543 | 27 | 56 |
| Binary | 10010000 | 1011011 | 1011111 | 0 | 100101 | 100010 | 101100 | 101100011 | 10111 | 101110 |
Color Harmonies of #905B5F
Complementary color
Monochromatic Colors of #905B5F
Black with #905B5F
Text Example
Text Example
White with #905B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905B5F; }
p { color: rgb(144,91,95); }
H1.HeaderClassName
{
color: #905B5F;
}
.AnyTagClassName
{
color: #905B5F;
}
</style>
background-color css
<style>
a { background-color: #905B5F; }
a { background-color: rgb(144,91,95); }
div.DivClassName
{
background-color: #905B5F;
}
.BgClassName
{
background-color: #905B5F;
}
</style>
border-color css
<style>
span { border-color: #905B5F; }
span { border-color: rgb(144,91,95); }
td.TdClassName
{
border-color: #905B5F;
}
.TagClassName
{
border-color: #905B5F;
}
</style>