Shades of Vin Rouge #9B4F64
Tints of Vin Rouge #9B4F64
RGB
CMYK
RGB Variations
Color information
#9B4F64 (or 0x9B4F64) is known color: Vin Rouge. HEX triplet: 9B, 4F and 64. RGB value is (155,79,100). Sum of RGB (Red+Green+Blue) = 155+79+100=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F64 is #64B09B. Grayscale: #686868. Windows color (decimal): -6598812 or 6573979. OLE color: 6573979.
HSL color Cylindrical-coordinate representation of color #9B4F64: hue angle of 343.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B4F64 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 79 | 100 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.39 |
| HSL | 343.42º | 0.32% | 0.46% | - |
| HSV(B) | 343.42º | 0.49% | 0.61% | - |
| XYZ | 18.61 | 13.48 | 13.68 | - |
| YUV | 104.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 100 | 0 | 0.49 | 0.35 | 0.39 | 343.42 | 0.32 | 0.46 |
| Hex | 9B | 4F | 64 | 0 | 31 | 23 | 27 | 157 | 20 | 2E |
| Octal | 233 | 117 | 144 | 0 | 61 | 43 | 47 | 527 | 40 | 56 |
| Binary | 10011011 | 1001111 | 1100100 | 0 | 110001 | 100011 | 100111 | 101010111 | 100000 | 101110 |
Color Harmonies of #9B4F64
Complementary color
Monochromatic Colors of #9B4F64
Black with #9B4F64
Text Example
Text Example
White with #9B4F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4F64; }
p { color: rgb(155,79,100); }
H1.HeaderClassName
{
color: #9B4F64;
}
.AnyTagClassName
{
color: #9B4F64;
}
</style>
background-color css
<style>
a { background-color: #9B4F64; }
a { background-color: rgb(155,79,100); }
div.DivClassName
{
background-color: #9B4F64;
}
.BgClassName
{
background-color: #9B4F64;
}
</style>
border-color css
<style>
span { border-color: #9B4F64; }
span { border-color: rgb(155,79,100); }
td.TdClassName
{
border-color: #9B4F64;
}
.TagClassName
{
border-color: #9B4F64;
}
</style>