Html Css Color HEX #917071 Turkish Rose

📋 copy color: '#917071'

red 145 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #917071

Tints of Turkish Rose #917071

RGB

 RED value IS 145 (57.03% from 255) = 39.19%

 GREEN value IS 112 (44.14% from 255) = 30.27%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 39.19%
G = 30.27%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#917071 (or 0x917071) is known color: Turkish Rose. HEX triplet: 91, 70 and 71. RGB value is (145,112,113). Sum of RGB (Red+Green+Blue) = 145+112+113=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #917071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917071 is #6E8F8E. Grayscale: #7A7A7A. Windows color (decimal): -7245711 or 7434385. OLE color: 7434385.

HSL color Cylindrical-coordinate representation of color #917071: hue angle of 358.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917071 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 112 113 -
CMYK 0 0.23 0.22 0.43
HSL 358.18º 0.13% 0.5% -
HSV(B) 358.18º 0.23% 0.57% -
XYZ 20.45 18.8 18.17 -
YUV 121.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 145 112 113 0 0.23 0.22 0.43 358.18 0.13 0.5
Hex 91 70 71 0 17 16 2B 166 D 32
Octal 221 160 161 0 27 26 53 546 15 62
Binary 10010001 1110000 1110001 0 10111 10110 101011 101100110 1101 110010

Color Harmonies of #917071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917071

Black with #917071

Text Example


Text Example

White with #917071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917071; }

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

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

background-color css

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

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

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

border-color css

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

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

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