Shades of Venus #93737A
Tints of Venus #93737A
RGB
CMYK
RGB Variations
Color information
#93737A (or 0x93737A) is known color: Venus. HEX triplet: 93, 73 and 7A. RGB value is (147,115,122). Sum of RGB (Red+Green+Blue) = 147+115+122=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93737A is #6C8C85. Grayscale: #7D7D7D. Windows color (decimal): -7113862 or 8024979. OLE color: 8024979.
HSL color Cylindrical-coordinate representation of color #93737A: hue angle of 346.88º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93737A is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 122 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.42 |
| HSL | 346.88º | 0.13% | 0.51% | - |
| HSV(B) | 346.88º | 0.22% | 0.58% | - |
| XYZ | 21.68 | 19.87 | 21.11 | - |
| YUV | 125.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 122 | 0 | 0.22 | 0.17 | 0.42 | 346.88 | 0.13 | 0.51 |
| Hex | 93 | 73 | 7A | 0 | 16 | 11 | 2A | 15B | D | 33 |
| Octal | 223 | 163 | 172 | 0 | 26 | 21 | 52 | 533 | 15 | 63 |
| Binary | 10010011 | 1110011 | 1111010 | 0 | 10110 | 10001 | 101010 | 101011011 | 1101 | 110011 |
Color Harmonies of #93737A
Complementary color
Monochromatic Colors of #93737A
Black with #93737A
Text Example
Text Example
White with #93737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93737A; }
p { color: rgb(147,115,122); }
H1.HeaderClassName
{
color: #93737A;
}
.AnyTagClassName
{
color: #93737A;
}
</style>
background-color css
<style>
a { background-color: #93737A; }
a { background-color: rgb(147,115,122); }
div.DivClassName
{
background-color: #93737A;
}
.BgClassName
{
background-color: #93737A;
}
</style>
border-color css
<style>
span { border-color: #93737A; }
span { border-color: rgb(147,115,122); }
td.TdClassName
{
border-color: #93737A;
}
.TagClassName
{
border-color: #93737A;
}
</style>