#917480

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

Shades of Venus #917480

Tints of Venus #917480

Color information

#917480 (or 0x917480) is unknown color: approx Venus. HEX triplet: 91, 74 and 80. RGB value is (145,116,128). Sum of RGB (Red+Green+Blue) = 145+116+128=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #917480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917480 is #6E8B7F. Grayscale: #7E7E7E. Windows color (decimal): -7244672 or 8418449. OLE color: 8418449.

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

Color convert

RGB145116128-
CMYK00.20.120.43
HSL335.17º11.65%51.18%-
HSV(B)335.17º20%56.86%-
XYZ21.8220.0723.15-
YUV126.04129.11141.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=37.28%
G=29.82%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511612800.20.120.43335.1711.6551.18
Hex917480014C2B14fc33
Octal22116420002414535171463
Binary1001000111101001000000001010011001010111010011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917480; }

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

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

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

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

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

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

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

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