#91737D

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

Shades of Venus #91737D

Tints of Venus #91737D

Color information

#91737D (or 0x91737D) is unknown color: approx Venus. HEX triplet: 91, 73 and 7D. RGB value is (145,115,125). Sum of RGB (Red+Green+Blue) = 145+115+125=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #91737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91737D is #6E8C82. Grayscale: #7D7D7D. Windows color (decimal): -7244931 or 8221585. OLE color: 8221585.

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

Color convert

RGB145115125-
CMYK00.210.140.43
HSL340º12%50.98%-
HSV(B)340º20.69%56.86%-
XYZ21.5119.7622.08-
YUV125.11127.94142.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 125 (49.22% from 255) = 32.47%
R=37.66%
G=29.87%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511512500.210.140.433401250.98
Hex91737D015E2B154c33
Octal22116317502516535241463
Binary100100011110011111110101010111101010111010101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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