Html Css Color HEX #9F7173 Turkish Rose

📋 copy color: '#9F7173'

red 159 ◦ green 113 ◦ blue 115

#9F7173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #9F7173

Tints of Turkish Rose #9F7173

RGB

 RED value IS 159 (62.5% from 255) = 41.09%

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 41.09%
G = 29.2%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F7173 (or 0x9F7173) is known color: Turkish Rose. HEX triplet: 9F, 71 and 73. RGB value is (159,113,115). Sum of RGB (Red+Green+Blue) = 159+113+115=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7173 is #608E8C. Grayscale: #7F7F7F. Windows color (decimal): -6327949 or 7565727. OLE color: 7565727.

HSL color Cylindrical-coordinate representation of color #9F7173: hue angle of 357.39º 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 #9F7173 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 113 115 -
CMYK 0 0.29 0.28 0.38
HSL 357.39º 0.19% 0.53% -
HSV(B) 357.39º 0.29% 0.62% -
XYZ 23.3 20.42 18.93 -
YUV 126.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 159 113 115 0 0.29 0.28 0.38 357.39 0.19 0.53
Hex 9F 71 73 0 1D 1C 26 165 13 35
Octal 237 161 163 0 35 34 46 545 23 65
Binary 10011111 1110001 1110011 0 11101 11100 100110 101100101 10011 110101

Color Harmonies of #9F7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7173

Black with #9F7173

Text Example


Text Example

White with #9F7173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F7173;
 }
 .AnyTagClassName
 {
   color: #9F7173;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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