Shades of Venus #95717B
Tints of Venus #95717B
RGB
CMYK
RGB Variations
Color information
#95717B (or 0x95717B) is known color: Venus. HEX triplet: 95, 71 and 7B. RGB value is (149,113,123). Sum of RGB (Red+Green+Blue) = 149+113+123=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #95717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95717B is #6A8E84. Grayscale: #7C7C7C. Windows color (decimal): -6983301 or 8090005. OLE color: 8090005.
HSL color Cylindrical-coordinate representation of color #95717B: hue angle of 343.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95717B is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 113 | 123 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.42 |
| HSL | 343.33º | 0.15% | 0.51% | - |
| HSV(B) | 343.33º | 0.24% | 0.58% | - |
| XYZ | 21.87 | 19.63 | 21.37 | - |
| YUV | 124.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 123 | 0 | 0.24 | 0.17 | 0.42 | 343.33 | 0.15 | 0.51 |
| Hex | 95 | 71 | 7B | 0 | 18 | 11 | 2A | 157 | F | 33 |
| Octal | 225 | 161 | 173 | 0 | 30 | 21 | 52 | 527 | 17 | 63 |
| Binary | 10010101 | 1110001 | 1111011 | 0 | 11000 | 10001 | 101010 | 101010111 | 1111 | 110011 |
Color Harmonies of #95717B
Complementary color
Monochromatic Colors of #95717B
Black with #95717B
Text Example
Text Example
White with #95717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95717B; }
p { color: rgb(149,113,123); }
H1.HeaderClassName
{
color: #95717B;
}
.AnyTagClassName
{
color: #95717B;
}
</style>
background-color css
<style>
a { background-color: #95717B; }
a { background-color: rgb(149,113,123); }
div.DivClassName
{
background-color: #95717B;
}
.BgClassName
{
background-color: #95717B;
}
</style>
border-color css
<style>
span { border-color: #95717B; }
span { border-color: rgb(149,113,123); }
td.TdClassName
{
border-color: #95717B;
}
.TagClassName
{
border-color: #95717B;
}
</style>