#9F717D

Color #9F717D Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9F717D

Tints of Turkish Rose #9F717D

Color information

#9F717D (or 0x9F717D) is unknown color: approx Turkish Rose. HEX triplet: 9F, 71 and 7D. RGB value is (159,113,125). Sum of RGB (Red+Green+Blue) = 159+113+125=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F717D is #608E82. Grayscale: #808080. Windows color (decimal): -6327939 or 8221087. OLE color: 8221087.

HSL color Cylindrical-coordinate representation of color #9F717D: hue angle of 344.35º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F717D is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB159113125-
CMYK00.290.210.38
HSL344.35º19.33%53.33%-
HSV(B)344.35º28.93%62.35%-
XYZ23.920.6622.13-
YUV128.12126.24150.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=40.05%
G=28.46%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911312500.290.210.38344.3519.3353.33
Hex9F717D01D15261581335
Octal23716117503525465302365
Binary10011111111000111111010111011010110011010101100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F717D; }

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

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

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

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

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

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

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

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