#91737F

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

Shades of Venus #91737F

Tints of Venus #91737F

Color information

#91737F (or 0x91737F) is unknown color: approx Venus. HEX triplet: 91, 73 and 7F. RGB value is (145,115,127). Sum of RGB (Red+Green+Blue) = 145+115+127=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #91737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91737F is #6E8C80. Grayscale: #7D7D7D. Windows color (decimal): -7244929 or 8352657. OLE color: 8352657.

HSL color Cylindrical-coordinate representation of color #91737F: hue angle of 336º 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 #91737F is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145115127-
CMYK00.210.120.43
HSL336º12%50.98%-
HSV(B)336º20.69%56.86%-
XYZ21.6419.8122.76-
YUV125.34128.94142.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 127 (50% from 255) = 32.82%
R=37.47%
G=29.72%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511512700.210.120.433361250.98
Hex91737F015C2B150c33
Octal22116317702514535201463
Binary100100011110011111111101010111001010111010100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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