#91717C

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

Shades of Venus #91717C

Tints of Venus #91717C

Color information

#91717C (or 0x91717C) is unknown color: approx Venus. HEX triplet: 91, 71 and 7C. RGB value is (145,113,124). Sum of RGB (Red+Green+Blue) = 145+113+124=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #91717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91717C is #6E8E83. Grayscale: #7B7B7B. Windows color (decimal): -7245444 or 8155537. OLE color: 8155537.

HSL color Cylindrical-coordinate representation of color #91717C: hue angle of 339.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91717C is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145113124-
CMYK00.220.140.43
HSL339.38º12.7%50.59%-
HSV(B)339.38º22.07%56.86%-
XYZ21.2219.2921.67-
YUV123.82128.1143.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=37.96%
G=29.58%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511312400.220.140.43339.3812.750.59
Hex91717C016E2B153d33
Octal22116117402616535231563
Binary100100011110001111110001011011101010111010100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91717C; }

 p { color: rgb(145,113,124); }

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

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

 a { background-color: rgb(145,113,124); }

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

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

 span { border-color: rgb(145,113,124); }

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