#917374

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

Shades of Turkish Rose #917374

Tints of Turkish Rose #917374

Color information

#917374 (or 0x917374) is unknown color: approx Turkish Rose. HEX triplet: 91, 73 and 74. RGB value is (145,115,116). Sum of RGB (Red+Green+Blue) = 145+115+116=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 145 - color contains mainly: red. Hex color #917374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917374 is #6E8C8B. Grayscale: #7C7C7C. Windows color (decimal): -7244940 or 7631761. OLE color: 7631761.

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

Color convert

RGB145115116-
CMYK00.210.20.43
HSL358º12%50.98%-
HSV(B)358º20.69%56.86%-
XYZ20.9619.5419.19-
YUV124.08123.44142.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.56%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 116 (45.70% from 255) = 30.85%
R=38.56%
G=30.59%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511511600.210.20.433581250.98
Hex917374015142B166c33
Octal22116316402524535461463
Binary1001000111100111110100010101101001010111011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917374; }

 p { color: rgb(145,115,116); }

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

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

 a { background-color: rgb(145,115,116); }

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

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

 span { border-color: rgb(145,115,116); }

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