#91717B

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

Shades of Venus #91717B

Tints of Venus #91717B

Color information

#91717B (or 0x91717B) is unknown color: approx Venus. HEX triplet: 91, 71 and 7B. RGB value is (145,113,123). Sum of RGB (Red+Green+Blue) = 145+113+123=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #91717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91717B is #6E8E84. Grayscale: #7B7B7B. Windows color (decimal): -7245445 or 8090001. OLE color: 8090001.

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

Color convert

RGB145113123-
CMYK00.220.150.43
HSL341.25º12.7%50.59%-
HSV(B)341.25º22.07%56.86%-
XYZ21.1619.2621.34-
YUV123.71127.6143.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 113 (44.53% from 255) = 29.66%
BLUE value IS 123 (48.44% from 255) = 32.28%
R=38.06%
G=29.66%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511312300.220.150.43341.2512.750.59
Hex91717B016F2B155d33
Octal22116117302617535251563
Binary100100011110001111101101011011111010111010101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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