Html Css Color HEX #9F7175 Turkish Rose

📋 copy color: '#9F7175'

red 159 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #9F7175

Tints of Turkish Rose #9F7175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 40.87%
G = 29.05%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F7175 (or 0x9F7175) is known color: Turkish Rose. HEX triplet: 9F, 71 and 75. RGB value is (159,113,117). Sum of RGB (Red+Green+Blue) = 159+113+117=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7175 is #608E8A. Grayscale: #7F7F7F. Windows color (decimal): -6327947 or 7696799. OLE color: 7696799.

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

Color convert

RGB 159 113 117 -
CMYK 0 0.29 0.26 0.38
HSL 354.78º 0.19% 0.53% -
HSV(B) 354.78º 0.29% 0.62% -
XYZ 23.41 20.47 19.55 -
YUV 127.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 159 113 117 0 0.29 0.26 0.38 354.78 0.19 0.53
Hex 9F 71 75 0 1D 1A 26 163 13 35
Octal 237 161 165 0 35 32 46 543 23 65
Binary 10011111 1110001 1110101 0 11101 11010 100110 101100011 10011 110101

Color Harmonies of #9F7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7175

Black with #9F7175

Text Example


Text Example

White with #9F7175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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