#917481

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

Shades of Venus #917481

Tints of Venus #917481

Color information

#917481 (or 0x917481) is unknown color: approx Venus. HEX triplet: 91, 74 and 81. RGB value is (145,116,129). Sum of RGB (Red+Green+Blue) = 145+116+129=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 145 - color contains mainly: red. Hex color #917481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917481 is #6E8B7E. Grayscale: #7E7E7E. Windows color (decimal): -7244671 or 8483985. OLE color: 8483985.

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

Color convert

RGB145116129-
CMYK00.20.110.43
HSL333.1º11.65%51.18%-
HSV(B)333.1º20%56.86%-
XYZ21.8820.123.49-
YUV126.15129.61141.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.18%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=37.18%
G=29.74%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511612900.20.110.43333.111.6551.18
Hex917481014B2B14dc33
Octal22116420102413535151463
Binary1001000111101001000000101010010111010111010011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917481; }

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

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

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

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

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

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

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

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