#937174

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

Shades of Turkish Rose #937174

Tints of Turkish Rose #937174

Color information

#937174 (or 0x937174) is unknown color: approx Turkish Rose. HEX triplet: 93, 71 and 74. RGB value is (147,113,116). Sum of RGB (Red+Green+Blue) = 147+113+116=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #937174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937174 is #6C8E8B. Grayscale: #7B7B7B. Windows color (decimal): -7114380 or 7631251. OLE color: 7631251.

HSL color Cylindrical-coordinate representation of color #937174: hue angle of 354.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #937174 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB147113116-
CMYK00.230.210.42
HSL354.71º13.6%50.98%-
HSV(B)354.71º23.13%57.65%-
XYZ21.0919.2719.13-
YUV123.51123.76144.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=39.10%
G=30.05%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711311600.230.210.42354.7113.650.98
Hex937174017152A163e33
Octal22316116402725525431663
Binary1001001111100011110100010111101011010101011000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937174; }

 p { color: rgb(147,113,116); }

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

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

 a { background-color: rgb(147,113,116); }

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

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

 span { border-color: rgb(147,113,116); }

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