#9F7071

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

Shades of Turkish Rose #9F7071

Tints of Turkish Rose #9F7071

Color information

#9F7071 (or 0x9F7071) is unknown color: approx Turkish Rose. HEX triplet: 9F, 70 and 71. RGB value is (159,112,113). Sum of RGB (Red+Green+Blue) = 159+112+113=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7071 is #608F8E. Grayscale: #7E7E7E. Windows color (decimal): -6328207 or 7434399. OLE color: 7434399.

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

Color convert

RGB159112113-
CMYK00.300.290.38
HSL358.72º19.67%53.14%-
HSV(B)358.72º29.56%62.35%-
XYZ23.0720.1518.3-
YUV126.17120.57151.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=41.41%
G=29.17%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911211300.300.290.38358.7219.6753.14
Hex9F707101E1D261671435
Octal23716016103635465472465
Binary10011111111000011100010111101110110011010110011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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