#937273

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

Shades of Turkish Rose #937273

Tints of Turkish Rose #937273

Color information

#937273 (or 0x937273) is unknown color: approx Turkish Rose. HEX triplet: 93, 72 and 73. RGB value is (147,114,115). Sum of RGB (Red+Green+Blue) = 147+114+115=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #937273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937273 is #6C8D8C. Grayscale: #7C7C7C. Windows color (decimal): -7114125 or 7565971. OLE color: 7565971.

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

Color convert

RGB147114115-
CMYK00.220.220.42
HSL358.18º13.25%51.18%-
HSV(B)358.18º22.45%57.65%-
XYZ21.1419.4818.86-
YUV123.98122.93144.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=39.10%
G=30.32%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711411500.220.220.42358.1813.2551.18
Hex937273016162A166d33
Octal22316216302626525461563
Binary1001001111100101110011010110101101010101011001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937273; }

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

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

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

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

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

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

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

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