#937375

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

Shades of Turkish Rose #937375

Tints of Turkish Rose #937375

Color information

#937375 (or 0x937375) is unknown color: approx Turkish Rose. HEX triplet: 93, 73 and 75. RGB value is (147,115,117). Sum of RGB (Red+Green+Blue) = 147+115+117=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937375 is #6C8C8A. Grayscale: #7C7C7C. Windows color (decimal): -7113867 or 7697299. OLE color: 7697299.

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

Color convert

RGB147115117-
CMYK00.220.200.42
HSL356.25º12.9%51.37%-
HSV(B)356.25º21.77%57.65%-
XYZ21.3719.7519.51-
YUV124.8123.6143.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=38.79%
G=30.34%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711511700.220.200.42356.2512.951.37
Hex937375016142A164d33
Octal22316316502624525441563
Binary1001001111100111110101010110101001010101011001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937375; }

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

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

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

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

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

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

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

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