#9E737D

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

Shades of Turkish Rose #9E737D

Tints of Turkish Rose #9E737D

Color information

#9E737D (or 0x9E737D) is unknown color: approx Turkish Rose. HEX triplet: 9E, 73 and 7D. RGB value is (158,115,125). Sum of RGB (Red+Green+Blue) = 158+115+125=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E737D is #618C82. Grayscale: #818181. Windows color (decimal): -6392963 or 8221598. OLE color: 8221598.

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

Color convert

RGB158115125-
CMYK00.270.210.38
HSL346.05º18.14%53.53%-
HSV(B)346.05º27.22%61.96%-
XYZ23.9321.0122.2-
YUV129125.75148.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.70%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 125 (49.22% from 255) = 31.41%
R=39.70%
G=28.89%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811512500.270.210.38346.0518.1453.53
Hex9E737D01B152615a1236
Octal23616317503325465322266
Binary10011110111001111111010110111010110011010101101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E737D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,115,125); }

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

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

 a { background-color: rgb(158,115,125); }

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

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

 span { border-color: rgb(158,115,125); }

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