#917072

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

Shades of Turkish Rose #917072

Tints of Turkish Rose #917072

Color information

#917072 (or 0x917072) is unknown color: approx Turkish Rose. HEX triplet: 91, 70 and 72. RGB value is (145,112,114). Sum of RGB (Red+Green+Blue) = 145+112+114=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #917072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917072 is #6E8F8D. Grayscale: #7A7A7A. Windows color (decimal): -7245710 or 7499921. OLE color: 7499921.

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

Color convert

RGB145112114-
CMYK00.230.210.43
HSL356.36º13.04%50.39%-
HSV(B)356.36º22.76%56.86%-
XYZ20.5118.8218.47-
YUV122.09123.43144.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.08%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=39.08%
G=30.19%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511211400.230.210.43356.3613.0450.39
Hex917072017152B164d32
Octal22116016202725535441562
Binary1001000111100001110010010111101011010111011001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917072; }

 p { color: rgb(145,112,114); }

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

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

 a { background-color: rgb(145,112,114); }

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

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

 span { border-color: rgb(145,112,114); }

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