#918185

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

Shades of Venus #918185

Tints of Venus #918185

Color information

#918185 (or 0x918185) is unknown color: approx Venus. HEX triplet: 91, 81 and 85. RGB value is (145,129,133). Sum of RGB (Red+Green+Blue) = 145+129+133=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #918185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918185 is #6E7E7A. Grayscale: #868686. Windows color (decimal): -7241339 or 8749457. OLE color: 8749457.

HSL color Cylindrical-coordinate representation of color #918185: hue angle of 345º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918185 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145129133-
CMYK00.110.080.43
HSL345º6.78%53.73%-
HSV(B)345º11.03%56.86%-
XYZ23.7623.4125.46-
YUV134.24127.3135.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=35.63%
G=31.70%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512913300.110.080.433456.7853.73
Hex9181850B82B159736
Octal2212012050131053531766
Binary100100011000000110000101010111000101011101011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918185; }

 p { color: rgb(145,129,133); }

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

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

 a { background-color: rgb(145,129,133); }

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

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

 span { border-color: rgb(145,129,133); }

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