Shades of Vin Rouge #905362
Tints of Vin Rouge #905362
RGB
CMYK
RGB Variations
Color information
#905362 (or 0x905362) is known color: Vin Rouge. HEX triplet: 90, 53 and 62. RGB value is (144,83,98). Sum of RGB (Red+Green+Blue) = 144+83+98=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #905362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905362 is #6FAC9D. Grayscale: #666666. Windows color (decimal): -7318686 or 6443920. OLE color: 6443920.
HSL color Cylindrical-coordinate representation of color #905362: hue angle of 345.25º 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 #905362 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 83 | 98 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.44 |
| HSL | 345.25º | 0.27% | 0.45% | - |
| HSV(B) | 345.25º | 0.42% | 0.56% | - |
| XYZ | 16.8 | 13 | 13.18 | - |
| YUV | 102.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 83 | 98 | 0 | 0.42 | 0.32 | 0.44 | 345.25 | 0.27 | 0.45 |
| Hex | 90 | 53 | 62 | 0 | 2A | 20 | 2C | 159 | 1B | 2D |
| Octal | 220 | 123 | 142 | 0 | 52 | 40 | 54 | 531 | 33 | 55 |
| Binary | 10010000 | 1010011 | 1100010 | 0 | 101010 | 100000 | 101100 | 101011001 | 11011 | 101101 |
Color Harmonies of #905362
Complementary color
Monochromatic Colors of #905362
Black with #905362
Text Example
Text Example
White with #905362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905362; }
p { color: rgb(144,83,98); }
H1.HeaderClassName
{
color: #905362;
}
.AnyTagClassName
{
color: #905362;
}
</style>
background-color css
<style>
a { background-color: #905362; }
a { background-color: rgb(144,83,98); }
div.DivClassName
{
background-color: #905362;
}
.BgClassName
{
background-color: #905362;
}
</style>
border-color css
<style>
span { border-color: #905362; }
span { border-color: rgb(144,83,98); }
td.TdClassName
{
border-color: #905362;
}
.TagClassName
{
border-color: #905362;
}
</style>