Html Css Color HEX #917172 Turkish Rose

📋 copy color: '#917172'

red 145 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #917172

Tints of Turkish Rose #917172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 38.98%
G = 30.38%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#917172 (or 0x917172) is known color: Turkish Rose. HEX triplet: 91, 71 and 72. RGB value is (145,113,114). Sum of RGB (Red+Green+Blue) = 145+113+114=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 145 - color contains mainly: red. Hex color #917172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917172 is #6E8E8D. Grayscale: #7A7A7A. Windows color (decimal): -7245454 or 7500177. OLE color: 7500177.

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

Color convert

RGB 145 113 114 -
CMYK 0 0.22 0.21 0.43
HSL 358.13º 0.13% 0.51% -
HSV(B) 358.13º 0.22% 0.57% -
XYZ 20.62 19.04 18.51 -
YUV 122.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 145 113 114 0 0.22 0.21 0.43 358.13 0.13 0.51
Hex 91 71 72 0 16 15 2B 166 D 33
Octal 221 161 162 0 26 25 53 546 15 63
Binary 10010001 1110001 1110010 0 10110 10101 101011 101100110 1101 110011

Color Harmonies of #917172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917172

Black with #917172

Text Example


Text Example

White with #917172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917172; }

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

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

background-color css

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

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

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

border-color css

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

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

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