#91737E

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

Shades of Venus #91737E

Tints of Venus #91737E

Color information

#91737E (or 0x91737E) is unknown color: approx Venus. HEX triplet: 91, 73 and 7E. RGB value is (145,115,126). Sum of RGB (Red+Green+Blue) = 145+115+126=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91737E is #6E8C81. Grayscale: #7D7D7D. Windows color (decimal): -7244930 or 8287121. OLE color: 8287121.

HSL color Cylindrical-coordinate representation of color #91737E: hue angle of 338º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91737E is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB145115126-
CMYK00.210.130.43
HSL338º12%50.98%-
HSV(B)338º20.69%56.86%-
XYZ21.5719.7922.42-
YUV125.22128.44142.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 115 (45.31% from 255) = 29.79%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=37.56%
G=29.79%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511512600.210.130.433381250.98
Hex91737E015D2B152c33
Octal22116317602515535221463
Binary100100011110011111111001010111011010111010100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91737E; }

 p { color: rgb(145,115,126); }

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

<style>
 a { background-color: #91737E; }

 a { background-color: rgb(145,115,126); }

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

<style>
 span { border-color: #91737E; }

 span { border-color: rgb(145,115,126); }

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