#937379

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

Shades of Turkish Rose #937379

Tints of Turkish Rose #937379

Color information

#937379 (or 0x937379) is unknown color: approx Turkish Rose. HEX triplet: 93, 73 and 79. RGB value is (147,115,121). Sum of RGB (Red+Green+Blue) = 147+115+121=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #937379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937379 is #6C8C86. Grayscale: #7D7D7D. Windows color (decimal): -7113863 or 7959443. OLE color: 7959443.

HSL color Cylindrical-coordinate representation of color #937379: hue angle of 348.75º 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 #937379 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147115121-
CMYK00.220.180.42
HSL348.75º12.9%51.37%-
HSV(B)348.75º21.77%57.65%-
XYZ21.6119.8420.78-
YUV125.25125.6143.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 121 (47.66% from 255) = 31.59%
R=38.38%
G=30.03%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711512100.220.180.42348.7512.951.37
Hex937379016122A15dd33
Octal22316317102622525351563
Binary1001001111100111111001010110100101010101010111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937379; }

 p { color: rgb(147,115,121); }

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

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

 a { background-color: rgb(147,115,121); }

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

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

 span { border-color: rgb(147,115,121); }

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