#93737A

Color #93737A Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #93737A

Tints of Venus #93737A

Color information

#93737A (or 0x93737A) is unknown color: approx 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

RGB147115122-
CMYK00.220.170.42
HSL346.88º12.9%51.37%-
HSV(B)346.88º21.77%57.65%-
XYZ21.6819.8721.11-
YUV125.37126.1143.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 115 (45.31% from 255) = 29.95%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=38.28%
G=29.95%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711512200.220.170.42346.8812.951.37
Hex93737A016112A15bd33
Octal22316317202621525331563
Binary1001001111100111111010010110100011010101010110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>