Shades of Vin Rouge #90535B
Tints of Vin Rouge #90535B
RGB
CMYK
RGB Variations
Color information
#90535B (or 0x90535B) is known color: Vin Rouge. HEX triplet: 90, 53 and 5B. RGB value is (144,83,91). Sum of RGB (Red+Green+Blue) = 144+83+91=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90535B is #6FACA4. Grayscale: #666666. Windows color (decimal): -7318693 or 5985168. OLE color: 5985168.
HSL color Cylindrical-coordinate representation of color #90535B: hue angle of 352.13º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90535B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 91 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.44 |
| HSL | 352.13º | 0.27% | 0.45% | - |
| HSV(B) | 352.13º | 0.42% | 0.56% | - |
| XYZ | 16.48 | 12.87 | 11.51 | - |
| YUV | 102.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 91 | 0 | 0.42 | 0.37 | 0.44 | 352.13 | 0.27 | 0.45 |
| Hex | 90 | 53 | 5B | 0 | 2A | 25 | 2C | 160 | 1B | 2D |
| Octal | 220 | 123 | 133 | 0 | 52 | 45 | 54 | 540 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1011011 | 0 | 101010 | 100101 | 101100 | 101100000 | 11011 | 101101 |
Color Harmonies of #90535B
Complementary color
Monochromatic Colors of #90535B
Black with #90535B
Text Example
Text Example
White with #90535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90535B; }
p { color: rgb(144,83,91); }
H1.HeaderClassName
{
color: #90535B;
}
.AnyTagClassName
{
color: #90535B;
}
</style>
background-color css
<style>
a { background-color: #90535B; }
a { background-color: rgb(144,83,91); }
div.DivClassName
{
background-color: #90535B;
}
.BgClassName
{
background-color: #90535B;
}
</style>
border-color css
<style>
span { border-color: #90535B; }
span { border-color: rgb(144,83,91); }
td.TdClassName
{
border-color: #90535B;
}
.TagClassName
{
border-color: #90535B;
}
</style>