#948289

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

Shades of Venus #948289

Tints of Venus #948289

Color information

#948289 (or 0x948289) is unknown color: approx Venus. HEX triplet: 94, 82 and 89. RGB value is (148,130,137). Sum of RGB (Red+Green+Blue) = 148+130+137=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 148 - color contains mainly: red. Hex color #948289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948289 is #6B7D76. Grayscale: #888888. Windows color (decimal): -7044471 or 9011860. OLE color: 9011860.

HSL color Cylindrical-coordinate representation of color #948289: hue angle of 336.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #948289 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148130137-
CMYK00.120.070.42
HSL336.67º7.76%54.51%-
HSV(B)336.67º12.16%58.04%-
XYZ24.7124.0727.01-
YUV136.18128.46136.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.66%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=35.66%
G=31.33%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813013700.120.070.42336.677.7654.51
Hex9482890C72A151837
Octal2242022110147525211067
Binary100101001000001010001001011001111010101010100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948289; }

 p { color: rgb(148,130,137); }

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

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

 a { background-color: rgb(148,130,137); }

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

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

 span { border-color: rgb(148,130,137); }

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