#91717D

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

Shades of Venus #91717D

Tints of Venus #91717D

Color information

#91717D (or 0x91717D) is unknown color: approx Venus. HEX triplet: 91, 71 and 7D. RGB value is (145,113,125). Sum of RGB (Red+Green+Blue) = 145+113+125=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #91717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91717D is #6E8E82. Grayscale: #7B7B7B. Windows color (decimal): -7245443 or 8221073. OLE color: 8221073.

HSL color Cylindrical-coordinate representation of color #91717D: hue angle of 337.5º 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 #91717D is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145113125-
CMYK00.220.140.43
HSL337.5º12.7%50.59%-
HSV(B)337.5º22.07%56.86%-
XYZ21.2819.3122.01-
YUV123.94128.6143.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 113 (44.53% from 255) = 29.50%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=37.86%
G=29.50%
B=32.64%

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
Decimal14511312500.220.140.43337.512.750.59
Hex91717D016E2B152d33
Octal22116117502616535221563
Binary100100011110001111110101011011101010111010100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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