#94737D

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

Shades of Venus #94737D

Tints of Venus #94737D

Color information

#94737D (or 0x94737D) is unknown color: approx Venus. HEX triplet: 94, 73 and 7D. RGB value is (148,115,125). Sum of RGB (Red+Green+Blue) = 148+115+125=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #94737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94737D is #6B8C82. Grayscale: #7E7E7E. Windows color (decimal): -7048323 or 8221588. OLE color: 8221588.

HSL color Cylindrical-coordinate representation of color #94737D: hue angle of 341.82º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94737D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148115125-
CMYK00.220.160.42
HSL341.82º13.36%51.57%-
HSV(B)341.82º22.3%58.04%-
XYZ22.0520.0422.11-
YUV126.01127.43143.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 125 (49.22% from 255) = 32.22%
R=38.14%
G=29.64%
B=32.22%

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
Decimal14811512500.220.160.42341.8213.3651.57
Hex94737D016102A156d34
Octal22416317502620525261564
Binary1001010011100111111101010110100001010101010101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94737D; }

 p { color: rgb(148,115,125); }

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

<style>
 a { background-color: #94737D; }

 a { background-color: rgb(148,115,125); }

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

<style>
 span { border-color: #94737D; }

 span { border-color: rgb(148,115,125); }

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