#907071

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

Shades of Turkish Rose #907071

Tints of Turkish Rose #907071

Color information

#907071 (or 0x907071) is unknown color: approx Turkish Rose. HEX triplet: 90, 70 and 71. RGB value is (144,112,113). Sum of RGB (Red+Green+Blue) = 144+112+113=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #907071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907071 is #6F8F8E. Grayscale: #797979. Windows color (decimal): -7311247 or 7434384. OLE color: 7434384.

HSL color Cylindrical-coordinate representation of color #907071: hue angle of 358.12º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907071 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144112113-
CMYK00.220.220.44
HSL358.12º12.6%50.2%-
HSV(B)358.12º22.22%56.47%-
XYZ20.2818.7118.17-
YUV121.68123.1143.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=39.02%
G=30.35%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411211300.220.220.44358.1212.650.2
Hex907071016162C166d32
Octal22016016102626545461562
Binary1001000011100001110001010110101101011001011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907071; }

 p { color: rgb(144,112,113); }

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

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

 a { background-color: rgb(144,112,113); }

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

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

 span { border-color: rgb(144,112,113); }

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