#937274

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

Shades of Turkish Rose #937274

Tints of Turkish Rose #937274

Color information

#937274 (or 0x937274) is unknown color: approx Turkish Rose. HEX triplet: 93, 72 and 74. RGB value is (147,114,116). Sum of RGB (Red+Green+Blue) = 147+114+116=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #937274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937274 is #6C8D8B. Grayscale: #7C7C7C. Windows color (decimal): -7114124 or 7631507. OLE color: 7631507.

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

Color convert

RGB147114116-
CMYK00.220.210.42
HSL356.36º13.25%51.18%-
HSV(B)356.36º22.45%57.65%-
XYZ21.219.519.17-
YUV124.09123.43144.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.99%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=38.99%
G=30.24%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711411600.220.210.42356.3613.2551.18
Hex937274016152A164d33
Octal22316216402625525441563
Binary1001001111100101110100010110101011010101011001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937274; }

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

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

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

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

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

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

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

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