Shades of Venus #93717C
Tints of Venus #93717C
RGB
CMYK
RGB Variations
Color information
#93717C (or 0x93717C) is known color: Venus. HEX triplet: 93, 71 and 7C. RGB value is (147,113,124). Sum of RGB (Red+Green+Blue) = 147+113+124=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93717C is #6C8E83. Grayscale: #7C7C7C. Windows color (decimal): -7114372 or 8155539. OLE color: 8155539.
HSL color Cylindrical-coordinate representation of color #93717C: hue angle of 340.59º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93717C is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 124 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.42 |
| HSL | 340.59º | 0.14% | 0.51% | - |
| HSV(B) | 340.59º | 0.23% | 0.58% | - |
| XYZ | 21.58 | 19.47 | 21.69 | - |
| YUV | 124.42 | 127.76 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 124 | 0 | 0.23 | 0.16 | 0.42 | 340.59 | 0.14 | 0.51 |
| Hex | 93 | 71 | 7C | 0 | 17 | 10 | 2A | 155 | E | 33 |
| Octal | 223 | 161 | 174 | 0 | 27 | 20 | 52 | 525 | 16 | 63 |
| Binary | 10010011 | 1110001 | 1111100 | 0 | 10111 | 10000 | 101010 | 101010101 | 1110 | 110011 |
Color Harmonies of #93717C
Complementary color
Monochromatic Colors of #93717C
Black with #93717C
Text Example
Text Example
White with #93717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93717C; }
p { color: rgb(147,113,124); }
H1.HeaderClassName
{
color: #93717C;
}
.AnyTagClassName
{
color: #93717C;
}
</style>
background-color css
<style>
a { background-color: #93717C; }
a { background-color: rgb(147,113,124); }
div.DivClassName
{
background-color: #93717C;
}
.BgClassName
{
background-color: #93717C;
}
</style>
border-color css
<style>
span { border-color: #93717C; }
span { border-color: rgb(147,113,124); }
td.TdClassName
{
border-color: #93717C;
}
.TagClassName
{
border-color: #93717C;
}
</style>