#93727B

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

Shades of Venus #93727B

Tints of Venus #93727B

Color information

#93727B (or 0x93727B) is unknown color: approx Venus. HEX triplet: 93, 72 and 7B. RGB value is (147,114,123). Sum of RGB (Red+Green+Blue) = 147+114+123=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93727B is #6C8D84. Grayscale: #7C7C7C. Windows color (decimal): -7114117 or 8090259. OLE color: 8090259.

HSL color Cylindrical-coordinate representation of color #93727B: hue angle of 343.64º 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 #93727B is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB147114123-
CMYK00.220.160.42
HSL343.64º13.25%51.18%-
HSV(B)343.64º22.45%57.65%-
XYZ21.6319.6721.4-
YUV124.89126.93143.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.28%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=38.28%
G=29.69%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711412300.220.160.42343.6413.2551.18
Hex93727B016102A158d33
Octal22316217302620525301563
Binary1001001111100101111011010110100001010101010110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93727B; }

 p { color: rgb(147,114,123); }

 H1.HeaderClassName
 {
   color: #93727B;
 }
 .AnyTagClassName
 {
   color: #93727B;
 }
</style>
background-color css

<style>
 a { background-color: #93727B; }

 a { background-color: rgb(147,114,123); }

 div.DivClassName
 {
   background-color: #93727B;
 }
 .BgClassName
 {
   background-color: #93727B;
 }
</style>
border-color css

<style>
 span { border-color: #93727B; }

 span { border-color: rgb(147,114,123); }

 td.TdClassName
 {
   border-color: #93727B;
 }
 .TagClassName
 {
   border-color: #93727B;
 }
</style>